我们是否必须在任何简单的 UITouch 程序中综合 UIImageView 和 UIBUtton?
我们是否必须在任何简单的 UITouch 程序中合成 UIImageView 和 UIButton?我用谷歌搜索但找不到任何相关的明确答案。
Do we have to synthesize UIImageView and UIButton in any simple UITouch program? I googled but could not find any relevant any clear answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们综合属性。如果我们将任何变量、对象和 IBOutlet 声明为属性,那么我们肯定需要合成它。
将此作为您的实践,这是一个很好的实践,请按照以下步骤
viewDidUnload
中设置 nildealloc
。We synthesize the properties. if we declare any variable, object and IBOutlet as property then we definitely need to synthesize it.
Make this as your practice, this is a good practice follow these step
viewDidUnload
dealloc
.