
runtime
MRLeeCH
明天会更好
展开
-
用runtime归档、解档、copy
1.我定义一个TestModel // // TestModel.h // runTime // // Created by apple on 16/5/27. // Copyright © 2016年 李重阳. All rights reserved. //#import <Foundation/Foundation.h> #import <objc/runtime.h>@interfac原创 2016-05-27 17:46:48 · 538 阅读 · 0 评论 -
交换方法
#import "UIImage+AddImageFunc.h" #import <objc/runtime.h>@implementation UIImage (AddImageFunc)+ (void)load { Method methodOfOrigin = class_getClassMethod(self, @selector(imageNamed:)); Method m原创 2016-05-30 18:25:24 · 772 阅读 · 0 评论