摘要: unsigned int count = 0; // 拷贝出所有的成员变量列表 Ivar *ivars = class_copyIvarList([UITextField class], &count); for (int i = 0; i<count; i++) { // 取出成员变量 // Iv 阅读全文
posted @ 2017-02-08 01:02 路再远,从第一步开始 阅读(215) 评论(0) 推荐(0)