NSIndexPath初始化

在UITableView中经常用到这个类,但一直不知道怎么初始化,网上抄录的代码如下,果然好用

NSIndexPath *index = [NSIndexPath indexPathForRow:0 inSection:4];

原文地址:https://www.cnblogs.com/dongweiq/p/3653603.html