Reload sections in UITableView

后端 未结 6 2377
执笔经年
执笔经年 2021-02-13 11:34

I am writing an app that notifies user when its time to take his/her medicine. The label at the top of the page shows a date and the tableView gets populated with m

6条回答
  •  清歌不尽
    2021-02-13 12:08

    Use this method to reload your section

    - (void)reloadSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation
    

提交回复
热议问题