摘要: UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet] ; [alertVC  阅读全文
posted @ 2016-05-11 15:33 mengxiangtong22 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 针对 (X.X)格式 - (void)checkVersionUpdate { //当前运行程序的版本信息,可以在 mainBundle 里面获取: NSDictionary *infoDict = [[NSBundle mainBundle] infoDictionary]; // NSLog(@ 阅读全文
posted @ 2016-05-11 15:09 mengxiangtong22 阅读(237) 评论(0) 推荐(0) 编辑
摘要: MMDrawerController tabVC = [[TabBarController alloc]init]; //左边页面框架 LeftPage *leftController = [[LeftPage alloc] init]; self.drawerController = [[MMDr 阅读全文
posted @ 2016-05-11 11:08 mengxiangtong22 阅读(3336) 评论(0) 推荐(0) 编辑