如何获取index.row对应的cell

 我来答
匿名用户
推荐于2016-06-24
展开全部
rintf("please input the first letter of someday\n");
while ((letter=getch())!='Y')/
{ switch (letter)
{case 'S':printf("please input second letter\n");
     if((letter=getch())=='a')
      printf("saturday\n");
     else if ((letter=getch())=='u')
         printf("sunday\n");
       else printf("data error\n");
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
巴依家一等家丁
2017-12-25
知道答主
回答量:27
采纳率:0%
帮助的人:4.3万
引用day忘不掉的痛的回答:
rintf("please input the first letter of someday\n");
while ((letter=getch())!='Y')/
{ switch (letter)
{case 'S':printf("please input second letter\n");
     if((letter=getch())=='a')
      printf("saturday\n");
     else if ((letter=getch())=='u')
         printf("sunday\n");
       else printf("data error\n");
展开全部
NSUInteger section = 0;
NSUInteger row = 1;
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:row inSection:section];

UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:indexPath];
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友3565f7a
2019-03-08
知道答主
回答量:6
采纳率:0%
帮助的人:4788
展开全部
以下代码可用

NSUInteger section = 0;
NSUInteger row = 1;
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:row inSection:section];
UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:indexPath];
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式