摘要:
1,这里定义代理协议,并且调用delegate方法import UIKitprotocol FaceDelegate:NSObjectProtocol{ func selectedFaceImgAction(text:String)}class DelegateTestViewControll... 阅读全文
摘要:
/* #UIGestureRecognizerDelegate 我在这里设置响应事件的优先级,因为UITap响应事件的优先级会高,则他的subview的事件会被阻止 */ func gestureRecognizer(gestureRecognizer: ... 阅读全文
摘要:
1,这是UICollectionView单独做Controller时的用法跟UItableview不同的地方,collectionview需要设置FlowLayout//// WeatherCollectionViewController.swift// SwiftStudy3//// Cre... 阅读全文