使用 initWithFrame 创建 UIButton 或始终使用自动布局

Posted

技术标签:

【中文标题】使用 initWithFrame 创建 UIButton 或始终使用自动布局【英文标题】:Create a UIButton using initWithFrame or always use autolayout 【发布时间】:2016-04-26 13:16:55 【问题描述】:

随着自动布局的出现,使用 initWithFrame 创建 UIButton 是否仍然合适,还是应该始终使用自动布局?

【问题讨论】:

我认为你帮助完成了这个答案:- ***.com/questions/19955532/… 【参考方案1】:

使用 initWithFrame 创建一个 UIButton

【讨论】:

以上是关于使用 initWithFrame 创建 UIButton 或始终使用自动布局的主要内容,如果未能解决你的问题,请参考以下文章

initWithCoder与initWithFrame的区别

initWithFrame 中的内存泄漏

Swift - 创建没有 Storyboard initWithFrame 错误的 collectionView

用于自定义 UITableViewCell 的 awakeFromNib 与 initWithFrame

UIButton移动动画

使用 self.view.frame 时 UIImageView initWithFrame 大小不正确