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