简体   繁体   中英

Can I add buttons to sections of grouped tableView?

I have a grouped tableView with 5 sections and i want to add buttons per sections. For example i have add (+) button in all sections near the section title.

Can i do that?

Regards, ZaldzBugz

您可以在表的委托中实现tableView:viewForHeaderInSection:方法,并使用标题和按钮(以及您需要的任何其他内容)为节标题创建自定义视图。

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