摘要:
#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)

浙公网安备 33010602011771号