十一岁的加重songxing10000…… ------ 回到博主首页
摘要: #import "objc/runtime.h"void Swizzle(Class c, SEL orig, SEL new) { Method origMethod = class_getInstanceMethod(c, orig); Method newMethod = clas... 阅读全文
posted @ 2015-11-07 23:18 songxing10000 阅读(264) 评论(0) 推荐(0)
摘要: #pragma mark - view life cycle- (void)viewDidLoad { [super viewDidLoad]; [[NSNotificationCenter defaultCenter] addObserver:self selector... 阅读全文
posted @ 2015-11-07 00:29 songxing10000 阅读(1297) 评论(0) 推荐(0)