iOS third-party open source library

1.AFNetworking
address: https://github.com/AFNetworking/AFNetworking
is used for network request
pod 'AFNetworking', '~> 3.1.0'

2.JSONKit
address: https://github.com/johnezang/JSONKit
parsing JSON

3. Reachability
address: https://github.com/tonymillion/Reachability
Check network status

4. MJRefresh
address: https://github.com/CoderMJLee/MJRefresh
pull down refresh pull up load
pod 'MJRefresh'

5. FMDB
address: https ://github.com/ccgus/fmdb
FMDB database

LKDBHelper
address: https://github.com/potato512/SYCacheManager
FMDB secondary packaging is easier to use
pod 'LKDBHelper' CoreData

database

CoreDate

Address: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html


6. SDWebImage
address: https://github.com/rs/SDWebImage
pod 'SDWebImage', '~> 3.8'
Cache network images
can be replaced by TMCache, TMCache is the cache project used by the tumblr team
Address: https://github. com/tumblr/TMCache


7.MBProgressHUD
address: https://github.com/jdg/MBProgressHUD
loading prompt box
#pod 'MBProgressHUD', '~> 0.9.2'
pod 'MBProgressHUD+JDragon'

8.pop
address: https: //github.com/facebook/pop
The animation framework produced by facebook

9.CocoaPods
address: https://github.com/CocoaPods/CocoaPods
third-party library management tool

10.GPUImage
address: https://github.com/BradLarson/ GPUImage
processing image effects

11.BlocksKit
address: https://github. com/zwaldowski/BlocksKit
block框架

12.ReactiveCocoa
address: https://github.com/ReactiveCocoa/ReactiveCocoa
functional reactive programming framework

13.Mantle
address: https://github.com/Mantle/Mantle
Model json data into model objects

14.cocos2d-swift
Address: https://github.com/cocos2d/cocos2d-swift
cocos2d

15.RESideMenu
Address: https://github.com/romaonthego/RESideMenu Sliding
Menu

16.SWTableViewCell
Address: https://github.com/CEWendel/ SWTableViewCell
A subclass of UITableViewCell, which implements swiping left and right to display the information view and call up the button

17.TTTAttributedLabel
address: https://github.com/TTTAttributedLabel/TTTAttributedLabel
Alternative to UILabel, which makes the Label function on iOS richer and supports links Implantation and other functions

18.PNChart
address: https://github.com/kevinzhow/PNChart
Chart control with animation effect


19.MJExtension
address: https://github.com/CoderMJLee/MJExtension
Modulus
interconversion pod 'MJExtension', '~> 3.0.3'


20.appirater
address: https://github.com /arashpayan/appirater A tool
used to remind users to rate your app

21.Masonry
address: https://github.com/Masonry/Masonry
layout third-party extension tool
pod 'Masonry'

22.IQKeyboardManager
address: https://github .com/hackiftekhar/IQKeyboardManager
global keyboard occlusion input box management
pod 'IQKeyboardManager' #iOS8 and later


23.SDCycleScrollView
open source address: https://github.com/gsdios/SDCycleScrollView
carousel
pod 'SDCycleScrollView','~> 1.75'


24. MKDropdownMenu
Open source address: https://github.com/dongjunkun/DropDownMenu
multi-condition filter menu

25. Prompt box
pod 'Toast', '~> 2.2'

26. ios radio button
pod 'RadioButton'

27. WeChat payment
pod 'mob_sharesdk/ ShareSDKPlatforms/WeChatFull' #(WeChat sdk commands with payment cannot coexist with those without payment above, you can only choose one)

28. Alipay payment
pod 'AliPay_SDK_Skuo'

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325563016&siteId=291194637