摘要:
初始化 你需要给她设置 numberOfPages 属性 不为0。不然,看不见 阅读全文
摘要:
初始化 UIImageView *imgView = [[UIImageView alloc] init]; // 带有默认size,size = 图片的大小 UIImageView *imgView = [[UIImageView alloc] initWithImage:[UIImage ima 阅读全文
摘要:
ios 发送邮件的一种方法(系统自带) 阅读全文
摘要:
初始化 UITextField *tf = [[UITextField alloc] init]; typedef NS_ENUM(NSInteger, UITextBorderStyle) { //没有任何边框 UITextBorderStyleNone, //线性边框 UITextBorderS 阅读全文