博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年8月2日

摘要: UIButton *BeginButton1 = [UIButtonbuttonWithType:UIButtonTypeRoundedRect];BeginButton1.frame = CGRectMake(10, 40, ((self.tableView.frame.size.width/2)-10), 30);[BeginButton1 setTitle:@" - - "forState:UIControlStateNormal];[BeginButton1 addTarget:selfaction:@selector(BeginButton1Pressed:) f 阅读全文

posted @ 2013-08-02 14:19 晨时雨 阅读(237) 评论(0) 推荐(0)