摘要: http://adad184.com/2014/09/28/use-masonry-to-quick-solve-autolayout/ 阅读全文
posted @ 2015-06-05 14:57 谁持白羽静风尘 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 在苹果的api实现中,NSInteger是一个封装,它会识别当前操作系统的位数,自动返回最大的类型。 阅读全文
posted @ 2015-06-03 10:03 谁持白羽静风尘 阅读(183) 评论(0) 推荐(0) 编辑
摘要: iOS处理屏幕上的触摸动作,主要涉及到以下几个方法:touchesBegan:withEvent: //触摸屏幕的最开始被调用touchesMoved:withEvent: //移动过程中被调用touchesEnded:withEvent: //动作结束时被调用touchesCancelled:Wi... 阅读全文
posted @ 2015-05-15 15:46 谁持白羽静风尘 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 先帖官方文档地址https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/event_delivery_responder_chain/event_deli... 阅读全文
posted @ 2015-05-04 15:45 谁持白羽静风尘 阅读(148) 评论(0) 推荐(0) 编辑