无法访问 xib 文件?
最初我创建了没有 xib 文件的 UITableViewController 类,但现在我需要 Xib 文件来对 tableView 执行某些操作。在这里我无法将新创建的 xib 文件与 UITableViewController 类链接。请帮助我解决这个问题。我怎样才能在xib和class之间建立联系。
Initially I created UITableViewController class without xib file but now i need Xib file for some action on tableView. here i can't link the new created xib file with UITableViewController Class. please help me for this issue. how can i make the link between xib and class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是从库中拖动表格视图并与类链接我得到了解决方案
感谢您的帮助
i just drag the tableview from library and link with class i got the solution
Thanks for the help