All Projects → conanwhf → Resourcedoc

conanwhf / Resourcedoc

Share the swift resource for iOS dev

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Resourcedoc

Angular To React Redux
Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
Stars: ✭ 109 (-56.57%)
Mutual labels:  guide, resource
C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (+44.62%)
Mutual labels:  guide, library
Androidx
Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.
Stars: ✭ 3,358 (+1237.85%)
Mutual labels:  library
Php Library Template
+ 📒 Provides a GitHub repository template for a PHP library, using GitHub actions.
Stars: ✭ 249 (-0.8%)
Mutual labels:  library
Bitcoinlib
Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
Stars: ✭ 247 (-1.59%)
Mutual labels:  library
Open Electronics
📚 💻 Great Resources for Electronics Enthusiasts
Stars: ✭ 242 (-3.59%)
Mutual labels:  resource
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-2.79%)
Mutual labels:  library
Ethereum Input Data Decoder
Ethereum smart contract transaction input data decoder
Stars: ✭ 242 (-3.59%)
Mutual labels:  library
Separateshapesview
Simple custom ViewGroup with two shapes inside and simple scale animation
Stars: ✭ 250 (-0.4%)
Mutual labels:  library
Free Programming Resources
💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!
Stars: ✭ 225 (-10.36%)
Mutual labels:  guide
Jreactive 8583
Java Client & Server for ISO8583 & Netty
Stars: ✭ 248 (-1.2%)
Mutual labels:  library
Hubcaps
a rust interface for github
Stars: ✭ 245 (-2.39%)
Mutual labels:  library
Write Readable Javascript Code
📖 All about writing maintainable JavaScript
Stars: ✭ 244 (-2.79%)
Mutual labels:  guide
Pyrocore
🔧 A collection of tools for the BitTorrent protocol and especially the rTorrent client
Stars: ✭ 247 (-1.59%)
Mutual labels:  library
Just
A library of dependency-free JavaScript functions that do just do one thing.
Stars: ✭ 3,837 (+1428.69%)
Mutual labels:  library
Statik
Multi-purpose static web site generator aimed at developers.
Stars: ✭ 249 (-0.8%)
Mutual labels:  library
Cordova Plugins
Apache Cordova
Stars: ✭ 242 (-3.59%)
Mutual labels:  library
Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (-3.59%)
Mutual labels:  library
Swiftyvk
Easy and powerful way to interact with VK API for iOS and macOS
Stars: ✭ 247 (-1.59%)
Mutual labels:  library
Escape From Callback Mountain
Example Project & Guide for mastering Promises in Node/JavaScript. Feat. proposed 'Functional River' pattern
Stars: ✭ 249 (-0.8%)
Mutual labels:  guide

Resource Documents

本文档从2018年起不再更新,具体原因及说明参考我为什么放弃学习iOS开发,感谢大家一直一来的关注,谢谢!

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.

收集的一些iOS开发的资源,包括官方教程、视频、社区、插件、第三方库、文章等等, 绝大多数是基于Swift,中文资源优先。欢迎STAR

网上学习开发的资料多如牛毛,类似的整合项目也比比皆是,多数没有更新且过于纷杂,有的已经过时,质量参差不齐,所以自己重新收录备查。

收录原则:内容适合最新版本,尽量iOS8+/Xcode7+/Swift2.0+(教程所用语言版本规则较宽松,无关语法不影响阅读),尽量中文原创/翻译,少量OC(很多控件都是用OC)&英文原文。以总结性文章、教程和可重用项目为主,不收录小的tips,只收自己看过的觉得有用的、好的东西

收录的链接,尽量以原出处为主,转载的文章我会找找原文,除非是找不到或者已被删除,所以可能有大量简书&自建Blog内容

目前本人还在学习过程中,开发类教程文章看得不多,第三方库也用得比较少,还在慢慢增补。源码基本上都在Github,资源收集自用,持续更新。如有失效资源或侵权请告知,谢谢!

内容清单

官方教程

0.0 -Apple官方教程(原版&中文翻译版本)

开发者文章收集

1.0 -新手入门

Swift

1.1.1 -Swift基础语法
1.1.2 -Swift深入实践
1.1.3 -Swift 4

iOS系统相关

1.2.1 -控件篇
1.2.2 -iOS系统特性和功能篇
1.2.3 -网络及通讯篇
1.2.4 -UI篇
1.2.5 -综合篇
1.3.1 -iOS9新特性
1.3.2 -iOS10新特性
1.3.3 -iOS11新特性

1.4 -架构和设计

1.5 -测试调试和优化

1.6 -第三方服务集成

1.7 -项目实例讲解

第三方开源库和项目

2.0 -综合
2.1 -Objective-C经典及热门库
2.2 -iOS库-网络和通信
2.3.1 -iOS库-绘制、显示用组件
2.3.2 -iOS库-UI处理
2.4 -iOS库-框架和数据处理
2.5 -iOS-系统功能API封装
2.6 -iOS-其他

非iOS部分

2.7.1 -MacOS专用开源库
2.7.2 -跨平台开源库

App开发实例(Swfit)

3.0 -iOS-开发教程及源码
3.1 -iOS-项目源码
3.2 -MacOS项目源码
3.3 -小的Demo(各平台)

Swift跨平台开源项目

4.0 -教程合集
4.1 -跨平台开源项目-服务器&网络相关
4.2 -跨平台开源项目-其他

开发工具

5.0 -Xcode插件和资源
5.1 -第三方开发工具

开发资源

6.0 -开发资源收集
6.1 -视频教程合集
6.2 -开发书籍分享
6.3 -开发者社区&网站

本项目镜像地址(失效)

考虑到分享的资源,特别是开源资源多数在GitHub,本项目在墙内放一个镜像也没什么意义,加上需要手动同步麻烦,故将OSChina上的镜像删去。不便之处见谅

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].