1,instancetype 和id相似,都是只一个类型。
2,__weak typeof(self) weakSelf = self; 防止block循环引用
3. UIView endEditing方法退出编辑状态。
4. [NSNotificationCenter defaultCenter] 用于全局事件通知,类似EventBus
5. masksToBounds
1,instancetype 和id相似,都是只一个类型。
2,__weak typeof(self) weakSelf = self; 防止block循环引用
3. UIView endEditing方法退出编辑状态。
4. [NSNotificationCenter defaultCenter] 用于全局事件通知,类似EventBus
5. masksToBounds