简体   繁体   中英

Buttons at bottom of the UITableView

I want to create buttons at bottom of the UITableView. Like in this picture (format buttons):

http://i.stack.imgur.com/pFgWP.jpg

Should I add the buttons inside a custom UITableViewCell and use this custom cell? Is it possible to create a UIButton with this style?

Are you talking about the Bold, Italic, etc?

I would recommend you just make a custom cell.

In the cell make a UISegmentedController that has a frame that matches your cell. I believe that is all they are doing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM