首页
Java
登录
6mi
u
盘
搜
搜 索
Java
UITableView取出某一行
UITableView取出某一行
xiaoxiao
2021-02-28
111
取出某一行
/*
取出某一行
*/
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:
0
inSection:
0
];
ColorCell *vd =(ColorCell *)[
self
.colorTableView cellForRowAtIndexPath:indexPath];
转载请注明原文地址: https://www.6miu.com/read-53315.html
技术
最新回复
(
0
)