text : default is nil 文本属性,默认值是 nil @property(nullable, nonatomic,copy) NSString *text; font : default is nil (system font 17 plain) 字体属性,默认系统17号字体 @property(null_resettable, nonatomic,strong) UIFont *font; textColor : default is nil (text draws blac…