随笔分类 -  Perfect-Server-Swift

iOS Xib布局某些控件显示或隐藏<约束的修改>
摘要:对于这个问题使用Masonry是很好解决的。 注意:绿色的是label2,当indexpath.section % 2 == 0时,label2不存在。 关键代码如下: if (indexPath.section % 2 == 0) { [cell.label2 mas_updateConstrai 阅读全文

posted @ 2017-10-19 16:18 玉思盈蝶 阅读(3887) 评论(0) 推荐(0)

Perfect-Server-Swift学习记录
摘要:开发环境搭建: https://github.com/Perfect-Server-Swift-LearnGuide/PerfectLearnGuide 中文文档学习: https://www.perfect.org/docs/index_zh_CN.html 优秀博客阅读: http://www. 阅读全文

posted @ 2017-07-18 16:50 玉思盈蝶 阅读(179) 评论(0) 推荐(0)

导航