01 2015 档案
cocoaPods 使用
摘要:建议下更新下Rubysudo gem update --system1,打开终端,$ sudo gem install cocoapods2,$ pod setup3,cd 项目根目录4 ,vim Podfile 输入你想要的第三方库(如果你不知道怎么输入,就先pod search MBProgre... 阅读全文
posted @ 2015-01-06 16:59 助金 阅读(198) 评论(0) 推荐(0)
RBStoryboardLink库的使用注意事项 -转载至--坤哥MartinLi博客
摘要:RBStoryboardLink库的使用注意事项demo下载:https://github.com/MartinLi841538513/RBStoryboardLinkDemo操作步骤:1,引入RBStoryboardLink库,我这里是用pod管理库。在Podfile文件中添加:pod 'RBSt... 阅读全文
posted @ 2015-01-06 16:17 助金 阅读(562) 评论(0) 推荐(1)
cocoaPods 去警告
摘要:pod 'ReactiveCocoa', '~> 2.1', :inhibit_warnings => true 阅读全文
posted @ 2015-01-05 18:22 助金 阅读(194) 评论(0) 推荐(0)
storyBoard中切换应用启动的切入点方法
摘要:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ if (![[NSUserDefaults standardUserDefa... 阅读全文
posted @ 2015-01-05 17:41 助金 阅读(239) 评论(0) 推荐(0)