思路:使用runtime 获取textfiled的所有属性
//获取类的所有属性
unsigned int count = 0;
Ivar *ivarList = class_copyIvarList([UITextField class]
2016-11-22