如何将notification
文字从APNS
发送到UITableView
?
我在objective-c中使用.xib
。我希望文本从APNS
通知发送到我的UITableView
我想在此使用数组。
如果可能,我想要演示代码。
答案 0 :(得分:0)
请尝试以下方法在tableview中的特定位置插入文字..
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];
[self.tableview insertRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationAutomatic];