摘要: 在开发中,要给UIButton添加点击事件的话,通常的做法是这样的 UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem]; [button addTarget:self action:@selector(touchButton 阅读全文
posted @ 2016-07-19 22:16 pretty guy 阅读(742) 评论(0) 推荐(0)