美文网首页
iOS开发遇到的问题及技巧,自己使用

iOS开发遇到的问题及技巧,自己使用

作者: RhythmMaster | 来源:发表于2017-02-14 14:13 被阅读13次
- 在使用UIButton的时候,如何避免使用了selected属性之后,button出现蓝色背景

正常的创建方式[UIButton buttonWithType:UIButtonTypeSystem];
这种创建方式就会导致以上说的情况出现
那么重点了来了[UIButton buttonWithType:UIButtonTypeCustom];
就不会有蓝色背景出现了,就这么简单.

相关文章

网友评论

      本文标题:iOS开发遇到的问题及技巧,自己使用

      本文链接:https://www.haomeiwen.com/subject/qlvxwttx.html