摘要: 在info.plist文件中添加一个Bundle display name,在后面直接输入自己想要app叫的名称就好了。 阅读全文
posted @ 2016-08-26 14:18 陌路迷殇 阅读(238) 评论(0) 推荐(0)
摘要: 1.新建一个framework工程文件 2.设置相关属性 build Active Architecture Only 设置为NO Link With Standard Libraries 设置为NO Mach-O Type 设置为Static Library 3.引入源文件,将其它头文件引用到一个 阅读全文
posted @ 2016-08-26 14:02 陌路迷殇 阅读(177) 评论(0) 推荐(0)
摘要: InputViewController *vc = [[InputViewController alloc] init]; self.definesPresentationContext = YES;//这个必须设置 vc.view.backgroundColor = [UIColor colorW 阅读全文
posted @ 2016-08-25 13:51 陌路迷殇 阅读(766) 评论(1) 推荐(0)