点击Cell中的按钮时,如何取所在的Cell
生活随笔
收集整理的這篇文章主要介紹了
点击Cell中的按钮时,如何取所在的Cell
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
點擊Cell中的按鈕時,如何取所在的Cell:
-(void)OnTouchBtnInCell:(UIButton *)btn?
{?
CGPoint point = btn.center;?
point = [table convertPoint:point fromView:btn.superview];?
NSIndexPath* indexpath = [table indexPathForRowAtPoint:point];?
UITableViewCell *cell = [table cellForRowAtIndexPath:indexpath];?
轉載于:https://www.cnblogs.com/kinghx/p/5305006.html
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的点击Cell中的按钮时,如何取所在的Cell的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: memcache中的add和set方法区
- 下一篇: Sprint2-3.0