摘要: -(CLLockItemView *)itemViewWithTouchLocation:(CGPoint)point{ CLLockItemView *itemView = nil; for (CLLockItemView *itemViewSub in self.subviews) { if(! 阅读全文
posted @ 2016-04-27 12:56 墨VS雪 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 1.使用纯代码的方式初始化UIView且没有用到xib文件的时候,需要调用initWithFrame去初始化: 2.如果使用xib的方式来关联和加载UIView的时候,使用 initWithCoder初始化这些实例对象: 阅读全文
posted @ 2016-04-27 12:55 墨VS雪 阅读(1162) 评论(0) 推荐(0) 编辑