摘要:
@property(nonatomic) BOOL showsTouchWhenHighlighted __TVOS_PROHIBITED; // default is NO. if YES, show a simple feedback (currently a glow) while highl 阅读全文
摘要:
UIGeometry.h NSRange.h 阅读全文
摘要:
+(NSString*) getIdfa { if (IOS_6_OR_LATER) { NSString *adId =[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]; NSLog(@"getIdfa = %@", adId); return... 阅读全文
摘要:
新建模型基类BaseModel 在BaseModel.h中声明如下方法: -(instancetype)initWithjsonDictionary:(NSDictionary*)jsonDictionary; .m中实现: -(instancetype)initWithjsonDictionary 阅读全文
摘要:
textview中有一个属性可以直接定义即将输入的文本的字体段落等富文本属性: 阅读全文
摘要:
一、直接通过以下几个属性进行设置 1 @property(nonatomic) UIEdgeInsets titleEdgeInsets; // default is UIEdgeInsetsZero 2 @property(nonatomic) UIEdgeInsets imageEdgeInse 阅读全文