08 2016 档案

摘要:1 #import "ViewController.h" 2 #import "SecondVC.h" 3 4 5 #define WIDTH [UIScreen mainScreen].bounds.size.width 6 #define HEIGHT [UIScreen mainScreen].bounds.size.height 7 8 @interface Vie... 阅读全文
posted @ 2016-08-15 17:31 kkkore 阅读(2275) 评论(0) 推荐(0)
摘要:Xcode7.2,iOS9.2环境下 尝试在CollectionViewCell内部,添加LongPress手势,显示UIMenuController。 实现以上代码,就可以在长按cell时显示出UIMenuController。 注意注意:!!!!!要实现UIMenuItem的绑定方法, 很奇怪的 阅读全文
posted @ 2016-08-13 14:44 kkkore 阅读(2361) 评论(0) 推荐(0)