技术文章分类(180)

技术随笔(11)

摘要: 1,这里定义代理协议,并且调用delegate方法import UIKitprotocol FaceDelegate:NSObjectProtocol{ func selectedFaceImgAction(text:String)}class DelegateTestViewControll... 阅读全文
posted @ 2014-07-11 19:34 坤哥MartinLi 阅读(2225) 评论(0) 推荐(0) 编辑
摘要: /* #UIGestureRecognizerDelegate 我在这里设置响应事件的优先级,因为UITap响应事件的优先级会高,则他的subview的事件会被阻止 */ func gestureRecognizer(gestureRecognizer: ... 阅读全文
posted @ 2014-07-11 17:02 坤哥MartinLi 阅读(1881) 评论(0) 推荐(0) 编辑
摘要: 1,这是UICollectionView单独做Controller时的用法跟UItableview不同的地方,collectionview需要设置FlowLayout//// WeatherCollectionViewController.swift// SwiftStudy3//// Cre... 阅读全文
posted @ 2014-07-11 14:18 坤哥MartinLi 阅读(2054) 评论(0) 推荐(0) 编辑