{"id":13605044,"url":"https://github.com/conanwhf/ResourceDoc","last_synced_at":"2025-04-12T02:32:40.122Z","repository":{"id":176359890,"uuid":"42187592","full_name":"conanwhf/ResourceDoc","owner":"conanwhf","description":"Share the swift resource for iOS dev","archived":true,"fork":false,"pushed_at":"2018-02-05T10:24:27.000Z","size":1613,"stargazers_count":267,"open_issues_count":1,"forks_count":61,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-07T09:44:17.753Z","etag":null,"topics":["guide","ios","library","resource","swift"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conanwhf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-09-09T15:33:49.000Z","updated_at":"2024-09-20T03:41:16.000Z","dependencies_parsed_at":"2024-01-16T23:30:02.359Z","dependency_job_id":"23ec913f-c383-4a9f-b907-59ce2090abb7","html_url":"https://github.com/conanwhf/ResourceDoc","commit_stats":null,"previous_names":["conanwhf/resourcedoc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conanwhf%2FResourceDoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conanwhf%2FResourceDoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conanwhf%2FResourceDoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conanwhf%2FResourceDoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conanwhf","download_url":"https://codeload.github.com/conanwhf/ResourceDoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506928,"owners_count":21115509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guide","ios","library","resource","swift"],"created_at":"2024-08-01T19:00:54.023Z","updated_at":"2025-04-12T02:32:39.849Z","avatar_url":"https://github.com/conanwhf.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Resource Documents\n\n## 本文档从2018年起不再更新，具体原因及说明参考[我为什么放弃学习iOS开发][1]，感谢大家一直一来的关注，谢谢！\n\n\u003e Some resources for iOS devlopment, include book, video, BBS, open source, 3-party libraraies, documents, etc. Most of them are base on Swift and face to Chinese dev.\n\u003e \n\u003e 收集的一些iOS开发的资源，包括官方教程、视频、社区、插件、第三方库、文章等等， 绝大多数是基于Swift，中文资源优先。欢迎**STAR**！\n\u003e \n\u003e 网上学习开发的资料多如牛毛，类似的整合项目也比比皆是，多数没有更新且过于纷杂，有的已经过时，质量参差不齐，所以自己重新收录备查。\n\u003e \n\u003e 收录原则：内容适合最新版本，尽量iOS8+/Xcode7+/Swift2.0+（教程所用语言版本规则较宽松，无关语法不影响阅读），尽量中文原创/翻译，少量OC（很多控件都是用OC）\u0026英文原文。以总结性文章、教程和可重用项目为主，不收录小的tips，**只收自己看过的觉得有用的、好的东西**\n\u003e  \n\u003e 收录的链接，**尽量以原出处为主**，转载的文章我会找找原文，除非是找不到或者已被删除，所以可能有大量简书\u0026自建Blog内容\n\n_目前本人还在学习过程中，开发类教程文章看得不多，第三方库也用得比较少，还在慢慢增补。源码基本上都在Github，资源收集自用，持续更新。如有失效资源或侵权请告知，谢谢！_\n\n## 内容清单\n### 官方教程\n##### 0.0   -[Apple官方教程（原版\u0026中文翻译版本）][2]\n### 开发者文章收集\n#### 1.0   -[新手入门][3]\n#### Swift\n##### 1.1.1 -[Swift基础语法][4]\n##### 1.1.2 -[Swift深入实践][5]\n##### 1.1.3 -[Swift 4][6]\n#### iOS系统相关\n##### 1.2.1 -[控件篇][7]\n##### 1.2.2 -[iOS系统特性和功能篇][8]\n##### 1.2.3 -[网络及通讯篇][9]\n##### 1.2.4 -[UI篇][10]\n##### 1.2.5 -[综合篇][11]\n##### 1.3.1 -[iOS9新特性][12]\n##### 1.3.2 -[iOS10新特性][13]\n##### 1.3.3 -[iOS11新特性][14]\n#### 1.4   -[架构和设计][15]\n#### 1.5   -[测试调试和优化][16]\n#### 1.6   -[第三方服务集成][17]\n#### 1.7   -[项目实例讲解][18]\n### 第三方开源库和项目\n##### 2.0   -[综合][19]\n##### 2.1   -[Objective-C经典及热门库][20]\n##### 2.2   -[iOS库-网络和通信][21]\n##### 2.3.1 -[iOS库-绘制、显示用组件][22]\n##### 2.3.2 -[iOS库-UI处理][23]\n##### 2.4   -[iOS库-框架和数据处理][24]\n##### 2.5   -[iOS-系统功能API封装][25]\n##### 2.6   -[iOS-其他][26]\n#### 非iOS部分\n##### 2.7.1 -[MacOS专用开源库][27]\n##### 2.7.2 -[跨平台开源库][28]\n### App开发实例(Swfit)\n##### 3.0   -[iOS-开发教程及源码][29]\n##### 3.1   -[iOS-项目源码][30]\n##### 3.2   -[MacOS项目源码][31]\n##### 3.3   -[小的Demo（各平台）][32]\n### Swift跨平台开源项目\n##### 4.0   -[教程合集][33]\n##### 4.1   -[跨平台开源项目-服务器\u0026网络相关][34]\n##### 4.2   -[跨平台开源项目-其他][35]\n### 开发工具\n##### 5.0   -[Xcode插件和资源][36]\n##### 5.1   -[第三方开发工具][37]\n### 开发资源\n##### 6.0   -[开发资源收集][38]\n##### 6.1   -[视频教程合集][39]\n##### 6.2   -[开发书籍分享][40]\n##### 6.3   -[开发者社区\u0026网站][41]\n\n## 本项目镜像地址（失效）\n考虑到分享的资源，特别是开源资源多数在GitHub，本项目在墙内放一个镜像也没什么意义，加上需要手动同步麻烦，故将OSChina上的镜像删去。不便之处见谅\n\n[1]:\thttp://conanwhf.github.io/2017/12/31/WhyIDropTheApple/ \"我为什么放弃学习iOS开发\"\n[2]:\t0.0fromApple.md\n[3]:\t1.0newer.md\n[4]:\t1.1.1swiftBase.md\n[5]:\t1.1.2swiftMore.md\n[6]:\t1.1.2swift4.md\n[7]:\t1.2.1widget.md\n[8]:\t1.2.2iosFunction.md\n[9]:\t1.2.3network.md\n[10]:\t1.2.4UI.md\n[11]:\t1.2.5comprehensive.md\n[12]:\t1.3.1iOS9.md\n[13]:\t1.3.2iOS10.md\n[14]:\t1.3.3iOS11.md\n[15]:\t1.4design.md\n[16]:\t1.5debug.md\n[17]:\t1.6integration.md\n[18]:\t1.7project.md\n[19]:\t2.0thirdLib.md\n[20]:\t2.1ocLib.md\n[21]:\t2.2libnet.md\n[22]:\t2.3.1UIwidget.md\n[23]:\t2.3.2libui.md\n[24]:\t2.4libframework.md\n[25]:\t2.5libos.md\n[26]:\t2.6libother.md\n[27]:\t2.7.1libmac.md\n[28]:\t2.7.2liball.md\n[29]:\t3.0iosAppHowto.md\n[30]:\t3.1iOSproject.md\n[31]:\t3.2macApp.md\n[32]:\t3.3SwiftDemo.md\n[33]:\t4.0openHowto.md\n[34]:\t4.1openNet.md\n[35]:\t4.2openPrj.md\n[36]:\t5.0Xcode.md\n[37]:\t5.1ToolAndRes.md\n[38]:\t6.0resource.md\n[39]:\t6.1Video.md\n[40]:\t6.2books.md\n[41]:\t6.3bbs.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconanwhf%2FResourceDoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconanwhf%2FResourceDoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconanwhf%2FResourceDoc/lists"}