摘要: 新建一个Button并绑定点击事件 1 // 创建Button对象,初始化位置大小(位置坐标为左上角点和右下角点) 2 UIButton *btn = [[UIButton alloc] initWithFrame: CGRectMake(100, 100, 120, 110)]; 3 4 // ... 阅读全文
posted @ 2015-04-19 23:14 naray 阅读(325) 评论(0) 推荐(0) 编辑