在单元格内添加子视图
我试图在自定义 UITableViewCells 中添加视图。我尝试使用 [cell.contentView addSubview] 方法,但视图没有出现。我必须做什么呢。谢谢
Im trying to add views inside custom UITableViewCells. I tried using the [cell.contentView addSubview] method but the views dont appear. What is it I have to do. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用自定义单元格,则转到自定义单元格类,然后...
然后设置视图的框架...
最后
if you are using custom cell then go to your custom cell class and ...
then set frames of your view...
finally