随笔分类 - ios-UIView
摘要:@property (nonatomic,strong) UIView * submitView; //创建自定义提示框 - (void)viewDidLoad { [super viewDidLoad]; _submitView = [[UIView alloc]initWithFrame:CGR
阅读全文
摘要:用 presentViewController和dismissViewControllerAnimated 实现 pushViewController和popViewControllerAnimated动画
阅读全文
摘要:UIButton * btn = [UIButton buttonWithType:UIButtonTypeCustom]; btn.backgroundColor = [UIColor cyanColor]; btn.frame = CGRectMake(100, 100, 100, 100);
阅读全文