随笔分类 -  ios-UIView

摘要:@property (nonatomic,strong) UIView * submitView; //创建自定义提示框 - (void)viewDidLoad { [super viewDidLoad]; _submitView = [[UIView alloc]initWithFrame:CGR 阅读全文
posted @ 2016-07-22 10:04 代码始我快乐 阅读(300) 评论(0) 推荐(0) 编辑
摘要:用 presentViewController和dismissViewControllerAnimated 实现 pushViewController和popViewControllerAnimated动画 阅读全文
posted @ 2016-07-12 13:49 代码始我快乐 阅读(270) 评论(0) 推荐(0) 编辑
摘要:UIButton * btn = [UIButton buttonWithType:UIButtonTypeCustom]; btn.backgroundColor = [UIColor cyanColor]; btn.frame = CGRectMake(100, 100, 100, 100); 阅读全文
posted @ 2016-07-08 15:32 代码始我快乐 阅读(193) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示