摘要: //声明对象 @property (nonatomic,strong) UISegmentedControl *segmentedcontrol; //标题 NSArray *segmentArry = [NSArray arrayWithObjects:@"中国",@"美国",@"大不列颠英国", 阅读全文
posted @ 2017-04-11 15:51 NextXavier 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: //声明对象 @property (nonatomic,strong) UIAlertController *alertcontroller; //创建提示窗口 Title:标题 message:提示内容 Style:风格 self.alertcontroller = [UIAlertControl 阅读全文
posted @ 2017-04-11 11:01 NextXavier 阅读(666) 评论(0) 推荐(0) 编辑