assets.xcassets加入资源
比如有个image的文件夹,在Finder在直接把该image文件夹拖曳到assets.xcassets中即可使用
iOS开发学习文档
https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/index.html#//apple_ref/doc/uid/TP40015214-CH2-SW1 awesome系列:https://github.com/vsouza/awesome-ioshttps://github.com/joeljfischer/awesome-ap ...
iOS Storyboard unwind segues使用
unwind(回退)表示在storyboard中后退 场景:点击view1的btn1跳到view2,然后点击view2的btn2退回view1 首先在view1controller文件中添加 @IBAction func exitToHere(_ sender: UIStoryboardSegue) { // No code needed! } 在view2的Exit上右 ...
CocoaPods :iOS项目中第三方开源库的管理工具
http://www.code4app.com/article/cocoapods-install-usagehttps://my.oschina.net/w11h22j33/blog/206129淘宝的 ruby 源已经不维护了,已替换成 Ruby China#更新gemsudo gem update --system#安装sudo gem install cocoapodspod setup1、创建Podfi ...