iOS學習資源(四)

秦小風發表於2017-12-21

  最近通過github和其他渠道獲得的一些認為還算不錯的資源。(資源全在印象筆記上,需要共享印象筆記的可以email:shavekevin@gmail.com或者shavekevin@163.com)。github是個好地方,建議有事沒事去逛逛。

1.https://github.com/syedhali/EZAudio 音訊處理

2.https://github.com/raffael/SISinusWaveView mac 端音訊wave(波浪)

3.https://github.com/stefanceriu/SCSiriWaveformView 音訊wave(波浪)iOS版本

4.https://github.com/zangqilong198812/PanelDemo 儀表盤demo

5.關於在哪裡更新約束的問題

http://nelson.logdown.com/posts/2015/09/02/where-to-put-the-auto-layout-codes

http://stackoverflow.com/questions/20305654/what-is-the-difference-between-all-these-auto-layout-update-methods-are-all-nec

http://stackoverflow.com/questions/19427701/objective-c-setneedsupdateconstraints-vs-updateconstraintsifneeded

6.http://www.jianshu.com/p/ac8ac991d77b xcode 外掛資源

7.https://github.com/Forkong/FKRealGroup FKRealGroup,建立真實目錄xcode外掛(好用的外掛)

8.https://github.com/ksuther/KSImageNamed-Xcode KSImageNamed,自動補全圖片名稱xcode外掛

9.https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill 找到影像上的face 然後居中顯示

10.https://github.com/mamaral/MAFormViewController 表格類vc (填寫個人基本資訊之類的表格)

11.https://github.com/zyprosoft/ZYChat 聊天UI框架

12.https://github.com/yasuoza/YOChartImageKit 圖表類

13.https://github.com/kevinzhow/PNChart 圖表

14.https://github.com/jaydee3/JDStatusBarNotification 頂部通知bar

15.http://www.jianshu.com/p/d333cf6ae4b0 iOS 開發總結

16.http://draveness.me/autoreleasepool/ 自動釋放池的前世今生

17.http://www.jianshu.com/p/198af7042b2d YYModel原始碼閱讀--基礎知識

18.https://github.com/runner365/LiveVideoCoreSDK 視訊直播sdk

19.https://github.com/wechat-python-sdk/wechat-python-sdk 微信公眾平臺 Python 開發包 (wechat-python-sdk)

20.https://github.com/weui/weui WeUI 是一套同微信原生視覺體驗一致的基礎樣式庫

21.https://github.com/panteng/wechat-h5-boilerplate 為騰訊微信優化的H5動效模板,幫助你快速構建全屏滾動型H5頁面

22.https://github.com/electron/electron Atom 工具

23.https://github.com/namebryant/FFmpeg-Compilation FFmpeg 編譯

24.https://github.com/unash/BarrageRenderer 彈幕

25.https://github.com/KittenYang/DynamicMaskSegmentSwitch 動畫類switch

26.https://github.com/facebook/SocketRocket Facebook SocketRocket

27.https://github.com/Halley-Wong/HLBluetoothDemo 藍芽操作和列印小票功能。

28.https://github.com/chiahsien/CHTCollectionViewWaterfallLayout 瀑布流

29.https://github.com/kstenerud/KSCrash KSCrash

30.https://github.com/Huohua/HHRouter 將VC對映成 URL,支援通過 URL 進行介面跳轉

31.https://github.com/100mango/SwiftNotificationCenter SwiftNotificationCenter

32.http://www.skyfox.org/cocoa-carthage-install-and-usage.html Carthage安裝和使用教程