Skip to content

Commit 0656f09

Browse files
yunnayunna
yunna
authored and
yunna
committed
提交
1 parent ac4f6ea commit 0656f09

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ iOS开发:我的初级到中级的晋级之路
66
*********************************************************
77
## iOS高级进发
88
[OC源码下载地址](https://opensource.apple.com/tarballs/)
9+
[苹果开发文档](https://developer.apple.com/documentation/)
10+
[如何阅读苹果开发文档](https://mp.weixin.qq.com/s/UgwSNSahYzQm14Zwtfk_2w)
911

1012
GNUstep是GNU计划的项目之一,它将Cocoa的OC库重新开源实现了一遍
1113
源码地址:http://www.gnustep.org/resources/downloads.php

第三方/第三方.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [Alamofire](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2FAlamofire%2FAlamofire):http网络请求事件处理的框架。
99
- [Moya](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2FMoya%2FMoya):这是一个基于Alamofire的更高层网络请求封装抽象层。
1010
- [Reachability.swift:](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2Fashleymills%2FReachability.swift)用来检查应用当前的网络连接状况。
11-
11+
- [Tiercel:](https://github.com/Danie1s/Tiercel)Tiercel是一个简单易用且功能丰富的纯Swift下载框架,支持原生级别后台下载,拥有强大的任务管理功能,满足下载类APP的大部分需求。
1212

1313
### 综合
1414

@@ -58,7 +58,11 @@
5858
- [ImagePicker](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2Fhyperoslo%2FImagePicker):图片选择器。
5959
- [MaterialKit](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2FCosmicMind%2FMaterial):关于Material design做的一系列UI组件。Material:集Animation和UI与一身,还有Icon、Color等元素,使用这个库就可以打造一个漂亮的UI界面并具有优雅的动画效果。
6060

61-
61+
### 颜色大全
62+
63+
- [Chameleon](https://github.com/viccalexander/Chameleon):渐变色。。。
64+
65+
6266
### 引导页、新手教程
6367

6468
- [IFTTT/RazzleDazzle](https://link.juejin.im/?target=https%3A%2F%2Fgithub.com%2FIFTTT%2FRazzleDazzle):集成引导页,具有不错的动画效果。

0 commit comments

Comments
 (0)