2015年10月21日
摘要: LianLianGetMoneyViewController * getmoney = nil; for (UIViewController * VC in self.navigationController.viewControllers) { if ([VC isKindOfClass:... 阅读全文
posted @ 2015-10-21 14:25 Aaron_森 阅读(2360) 评论(0) 推荐(0) 编辑
摘要: #define KTJExBlock(JError, JFunc, ...) ((JFunc)?(JFunc(__VA_ARGS__)):(JError))#define JYWeakSelf __weak __typeof(self)weakSelf = self ;在。h文件里写 @proper... 阅读全文
posted @ 2015-10-21 14:21 Aaron_森 阅读(233) 评论(0) 推荐(0) 编辑
摘要: //在你需要收到值使用的地方创建通知在ViewDidLoad [[NSNotificationCenter defaultCenter] addObserver: selector: name: object:];// 在你需要把值传走的地方把值发送 [[NSNotificationCe... 阅读全文
posted @ 2015-10-21 14:20 Aaron_森 阅读(166) 评论(0) 推荐(0) 编辑