手把手教你在Mac中搭建iOS的 React Native环境

摘要: https://www.jianshu.com/p/ad175c4fa630 阅读全文
posted @ 2018-07-05 15:13 小仙女本人 阅读(89) 评论(1) 推荐(0) 编辑

GitHub 上有哪些完整的 iOS-App 源码值得参考?

摘要: https://www.zhihu.com/question/28518265 阅读全文
posted @ 2018-05-18 17:07 小仙女本人 阅读(149) 评论(0) 推荐(0) 编辑

腾讯课堂ios免费的技术分享

摘要: 腾讯课堂ios免费的技术分享(上课时间20:00-23:30):http://ke.qq.com/course/272520 阅读全文
posted @ 2018-05-15 15:26 小仙女本人 阅读(343) 评论(0) 推荐(0) 编辑

ios上取得设备唯一标志的解决方案

摘要: http://lqzit.iteye.com/blog/2070306 阅读全文
posted @ 2018-03-29 09:50 小仙女本人 阅读(98) 评论(0) 推荐(0) 编辑

让编译器对一些警告闭嘴

摘要: http://blog.csdn.net/mamong/article/details/24542107 阅读全文
posted @ 2017-10-20 13:57 小仙女本人 阅读(81) 评论(0) 推荐(0) 编辑

Method Swizzling

摘要: http://www.cocoachina.com/ios/20160121/15076.html 阅读全文
posted @ 2017-10-13 15:55 小仙女本人 阅读(134) 评论(0) 推荐(0) 编辑

button只切其中几个圆角

摘要: //无边框线 UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.openGroupBtn.bounds byRoundingCorners:UIRectCornerTopRight | UIRectCornerBottomRight cornerRadii:CGSizeMake(radius,radiu... 阅读全文
posted @ 2017-09-28 16:17 小仙女本人 阅读(304) 评论(0) 推荐(0) 编辑

多个section自定义UICollectionViewLayout,不同宽度的item等间距

摘要: 2017-09-28 阅读全文
posted @ 2017-09-28 16:16 小仙女本人 阅读(2488) 评论(0) 推荐(0) 编辑