我为UITableView
以下这篇文章创建了一个标题部分:https ://stackoverflow.com/a/11396643/1568886 。我现在遇到的问题是访问单元格内的按钮和标签。当我将按钮和标签作为插座连接到 TableViewController Xcode 时会引发错误:
/Users/ericky/Desktop/sample/sample-master/sample/en.lproj/MainStoryboard.storyboard: Couldn't compile connection: <IBCocoaTouchOutletConnection:0x7f8005e14430 <IBProxyObject: 0x7f8005e18260> => userProfileImage => <IBUIImageView: 0x7f8005e0d640>>
我的观点如下:
如何访问单元格内的 UI 元素?