Android开发常用代码iOS解决方案

iOS常用第三方库

2021-02-26  本文已影响0人  浪人残风
带*号的是个人推荐比较好用的

HTTP网络请求

Alamofire * :https://github.com/Alamofire/Alamofire
AFNetwork:https://github.com/AFNetworking/AFNetworking

网络加载loading

MBProgressHUD *:
SVProgressHUD:https://github.com/jdg/MBProgressHUD

json模型转换

HandyJSON:https://github.com/alibaba/handyjson
Mantle:https://github.com/Mantle/Mantle
SwiftyJSON:https://github.com/SwiftyJSON/SwiftyJSON

图片缓存

SDWebImage * :https://github.com/SDWebImage/SDWebImage
Kingfisher:https://github.com/noark9/Kingfisher

数据库

MagicalRecord * :https://github.com/magicalpanda/MagicalRecord
Realm:https://realm.io/

图表

AAChartKit:[https://github.com/AAChartModel/AAChartKit-Swift]
YYKline:[https://github.com/mikecsh/YYKline]
PNChart:https://github.com/kevinzhow/PNChart
Charts:https://github.com/danielgindi/Charts
MCChartView:https://github.com/libo2480290/MCChartView
Echarts:https://echarts.apache.org/zh/index.htmlhttps://github.com/abel533/ECharts

socket

CocoaAsyncSocket:https://github.com/robbiehanson/CocoaAsyncSocket

键盘

IQKeyboardManager:https://github.com/hackiftekhar/IQKeyboardManager
IQKeyboardManagerSwift:https://github.com/hackiftekhar/IQKeyboardManager
EFKeyboardToolBar:https://github.com/EFPrefix/EFKeyboardToolBar

导航栏

WRNavigationBar:https://github.com/wangrui460/WRNavigationBar
EFNavigationBar:https://github.com/EFPrefix/EFNavigationBar

日历

FSCalendar:https://github.com/WenchaoD/FSCalendar

富文本

YYText:https://github.com/ibireme/YYText

coverflow

iCarousel:https://github.com/nicklockwood/iCarousel

上下左右滚动

YNPageViewController:https://github.com/yongyuandouneng/YNPageViewController

上下拉刷新

MJRefresh:https://github.com/CoderMJLee/MJRefresh

左右侧滑

MMDrawerController:https://github.com/mutualmobile/MMDrawerController

auto layout约束布局

Masonry:https://github.com/SnapKit/Masonry
PureLayout:https://github.com/PureLayout/PureLayout
SnapKit:https://github.com/SnapKit/SnapKit

图片视频处理、滤镜

GPUImage:https://github.com/BradLarson/GPUImage/

瀑布流

CHTCollectionViewWaterfallLayout:https://github.com/chiahsien/CHTCollectionViewWaterfallLayout

图文混排

TLAttributedLabel:https://github.com/zhouande/TLAttributedLabel

聚光灯效果

XSpotLight:https://github.com/StrongX/XSpotLight

表格空白

DZNEmptyDataSet:https://github.com/dzenbot/DZNEmptyDataSet

阴影

UIView-Shadow-Maker:https://github.com/Seitk/UIView-Shadow-Maker

弹框

SDCAlertView:https://github.com/sberrevoets/SDCAlertView

轮播

SDCycleScrollView:https://github.com/gsdios/SDCycleScrollView
JYCarousel:https://github.com/Delyer/JYCarousel

相册、相机

PEPhotoCropEditor:https://github.com/iPhoto/PEPhotoCropEditor
TZImagePickerController:https://github.com/banchichen/TZImagePickerController

二维码

LBXScan:https://github.com/MxABC/LBXScan
EFQRCode:https://github.com/EFPrefix/EFQRCode

本地服务器httpServer

CocoaHTTPServer:https://github.com/robbiehanson/CocoaHTTPServer

单元测试

Specta:https://github.com/specta/specta
XCTest
OCMock:https://ocmock.org/
OCHamcrest:https://github.com/hamcrest/OCHamcrest
Quick:https://github.com/Quick/Quick

文字滚动label

EFAutoScrollLabel:https://github.com/EFPrefix/EFAutoScrollLabel

图片压缩

YQImageCompressor:https://github.com/976431yang/YQImageCompressor
CSXImageCompress:https://github.com/KirstenDunst/CSXImageCompress

如果觉得可以就点个吧,欢迎粉丝收藏,土豪打赏,您的关注就是我们创作的动力!

读者有什么想看的相关技术篇章,欢迎评论留言!

上一篇下一篇

猜你喜欢

热点阅读