iPhone - 将标签文本更改为 TableView“标题”
我使用 XCode4 创建了此视图,将 UILabel 拖放到 UITableView 的顶部。
标签已连接到文件所有者的 IBOutlet,但我无法以编程方式更改它。
这部分文本似乎没有进入标题。它在哪里?
最重要的是,我该如何更改它或最好:隐藏它?
I've created this view using XCode4, dropping a UILabel onto the top part of a UITableView.
The Label is connected to an IBOutlet of the File's owner but I can't change it programmaticaly.
That part of text doesn't seem to be into a header. Where is it ?
And the most important, how may I change it or best : hide it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ViewDidLoad 中使用它。
Use this in the ViewDidLoad.