摘要: 应用跳设置页面有2个方法//第一种,仅支持ios8以上版本 [[UIApplication sharedApplication]openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; //第二种--需要... 阅读全文
posted @ 2015-04-15 16:51 巴格 阅读(237) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [button setFrame:CGRectMake(... 阅读全文
posted @ 2015-04-15 15:13 巴格 阅读(273) 评论(0) 推荐(0) 编辑