-
Notifications
You must be signed in to change notification settings - Fork 5
Description
题记:想成为一名靠谱的iOSer没那么简单吧...
iOS长期学习路线以及必备技能
学习资源
Swift 5.0
https://www.runoob.com/manual/gitbook/swift5
https://developer.apple.com/library/ios/navigation/
http://nshipster.com/
http://www.raywenderlich.com/
http://objc.io/
http://objccn.io/ (喵神@onevcat 组织)
http://www.cocoachina.com/ios/
...
RxSwift
https://www.jianshu.com/p/f61a5a988590
2015优秀博客
http://segmentfault.com/bookmark/1230000004250380
前言:纸上得来终觉浅,绝知此事要躬行。
源码
https://github.com/
国内,涵盖一些UI效果图
http://code4app.com/
http://code.cocoachina.com/
前言:开源是一种美德,分享是一种态度。
社区、论坛、分享
话说求人不如求自己,不到万不得已,自己还是先试试,或许关键字不对...
https://devforums.apple.com
http://stackoverflow.com
http://iphonedevsdk.com/forum
http://www.developerfeed.com/profile/ios-developer
国内资源分享
http://toutiao.io/
http://www.cocoachina.com/ios/
http://blog.fir.im/fir_im_weekly151211/
http://tech.glowing.com/cn/
http://bbs.iosre.com/
#4 (comment)
提高篇
#13
...
GitHub搜索
https://github.com/search?l=Objective-C&p=2&q=game&s=stars&type=Repositories
之前看过一篇Blog,Giter请不要鄙视SVNer,但我依然强烈建议使用、熟悉Git流程
版本管理
- Git
Git Tips #10 - SVN (暂时不全,有空我还会再整理整理,欢迎issuess我 :))
SVN Tips #1
工欲善其身,必先利其器。
插件管理
- Xcode插件
http://www.cocoachina.com/industry/20130918/7022.html
http://blog.devtang.com/blog/2014/03/05/use-alcatraz-to-manage-xcode-plugins/
- Xcode调试显示UI
http://revealapp.com/ (免费30天)
- Terminal终端
https://github.com/robbyrussell/oh-my-zsh
来自巧大推荐的iOS/Mac OS开发博客
@tangqiaoboy
https://github.com/tangqiaoboy/iOSBlogCN
前言:练就了一身本领,就等华山论剑了。
求职跳槽篇,基础补脑。
- 综合
https://www.jianshu.com/p/39f6c488708e
http://www.cocoachina.com/special/career/
https://www.jianshu.com/p/2e1b3f54b4f3
... - iOS
http://www.jianshu.com/p/4d7292741f53
http://www.jianshu.com/p/20f8d59eb8fb
https://github.com/ChenYilong/iOSInterviewQuestions
http://www.cocoachina.com/programmer/20131209/7499.html
...
收集项目中常遇到一些UI需求
ScrollView
- ScrollView最佳实践
https://github.com/ltebean/LTInfiniteScrollView - 上拉加载,隐藏NavigationBar
https://github.com/ltebean/LTInfiniteScrollView (可处理个人主页页面)
https://github.com/andreamazz/AMScrollingNavbar - 广告条
https://github.com/gsdios/SDCycleScrollView
https://github.com/sauchye/SYADView - 类似网易新闻,UC新闻滑动
https://github.com/nakajijapan/NKJPagerViewController/
https://github.com/ming1016/PagerTab
https://github.com/chenqihui/NewsFourApp
https://github.com/everettjf/EVTTabPageScrollView - 类似易信App,美丽约社交App,标记图片,左滑不喜欢,右滑喜欢
https://github.com/jonathantribouharet/JT3DScrollView
TableView
- TableViewCell右滑删除,可定义多个按钮,系统API,iOS8才支持自定义多个按钮
https://github.com/joseria/JASwipeCell
https://github.com/JazysYu/JZTableViewRowAction
https://github.com/SergioChan/SCTableViewCell
https://github.com/MortimerGoro/MGSwipeTableCell
https://github.com/TeehanLax/UITableViewCell-Swipe-for-Options
https://github.com/CEWendel/SWTableViewCell (支持左右滑动处理) - 无数据时TableView和CollectionView展示与处理
https://github.com/dzenbot/DZNEmptyDataSet - TableViewCell动画加载显示
https://github.com/KittenYang/KYCellAnimation
https://github.com/andreamazz/AMWaveTransition
https://github.com/zangqilong198812/PushTableViewAnimation
https://github.com/onevcat/VVSpringCollectionViewFlowLayout - 个人主页处理与展示
https://github.com/starchand/MBTwitterScroll
https://github.com/sauchye/SYTableHeaderDemo
https://github.com/Vinodh-G/ParallaxTableViewHeader
https://github.com/cyndibaby905/TwitterCover
https://github.com/ianisme/CoolNavi - 即时聊天Cell展示
https://github.com/ZhipingYang/UUChatTableView
https://github.com/RobinChao/ChatMessageTableViewController - 类似QQ列表Cell展示
https://github.com/rob-nash/CollapsableTable
https://github.com/rob-nash/RRNCollapsableSectionTableViewSwift (Swift) - 复杂的TableView处理
https://github.com/romaonthego/RETableViewManager - 类似美团下拉菜单选择
https://github.com/jsfu/JSDropDownMenu - 动态Cell处理
https://github.com/forkingdog/UITableView-FDTemplateLayoutCell - TableView卡顿处理
https://github.com/johnil/VVeboTableViewDemo
https://github.com/ibireme/YYKit (强大的框架附带解决cell卡顿问题)
UILabel
UIButton
UISwitch
popView
...
WebView 加载处理
https://github.com/Roxasora/RxWebViewController (类似微信,支付宝,UC浏览器加载)
https://github.com/TransitApp/SVWebViewController
https://github.com/ninjinkun/NJKWebViewProgress
https://github.com/TimOliver/TOWebViewController
SDWebImage加载网络图片
https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage (小菊花显示加载中)
网络图片加载框架
https://github.com/rs/SDWebImage
https://github.com/ibireme/YYImage
https://github.com/onevcat/Kingfisher (Swift)