美文网首页
iOS常用第三方框架(转)

iOS常用第三方框架(转)

作者: Code_Narrator | 来源:发表于2024-03-12 17:50 被阅读0次

    https://github.com/zgq346712481/awesome-ios

    自动布局框架

    Masonry// Objective-Chttps://github.com/SnapKit/Masonry

    MyLayout// Objective-Chttps://github.com/youngsoft/MyLinearLayout

    Snapkit// Swifthttps://github.com/SnapKit/SnapKit

    TangramKit// Swifthttps://github.com/youngsoft/TangramKit

    网络层请求数据框架

    AFNetworking// Objective-Chttps://github.com/AFNetworking/AFNetworking

    Alamofire// Swifthttps://github.com/Alamofire/Alamofire

    Moya// Swift  基于Alamofire二次封装https://github.com/Moya/Moya

    判断网络有无的框架

    Reachability// Objective-Chttps://github.com/tonymillion/Reachability

    解析数据框架

    YYModel// Objective-Chttps://github.com/ibireme/YYModel

    HandyJSON// Swifthttps://github.com/alibaba/HandyJSON

    处理Json数据框架

    SwiftyJSON// Swifthttps://github.com/SwiftyJSON/SwiftyJSON

    数据存储框架

    FMDB// Objective-Chttps://github.com/ccgus/fmdb

    路由框架

    JLRoutes// Objective-Chttps://github.com/joeldev/JLRoutes

    HHRouter// Objective-Chttps://github.com/lightory/HHRouter

    URLNavigator// Swifthttps://github.com/devxoul/URLNavigator

    scrollView tableView 没有数据占位符框架

    DZNEmptyDataSet// Objective-Chttps://github.com/dzenbot/DZNEmptyDataSet

    EmptyDataSet-Swift// Swifthttps://github.com/Xiaoye220/EmptyDataSet-Swift

    tableViewCell左右侧滑手势框架

    MCSwipeTableViewCell// Objective-Chttps://github.com/alikaragoz/MCSwipeTableViewCell

    输入键盘框架

    IQKeyboardManager// Objective-Chttps://github.com/hackiftekhar/IQKeyboardManager

    IQKeyboardManagerSwift// Swifthttps://github.com/acegg/IQKeyboardManagerSwift

    加载框框架

    MBProgressHUD// Objective-C 自定义customview方便https://github.com/jdg/MBProgressHUD

    SVProgressHUD// Objective-Chttps://github.com/SVProgressHUD/SVProgressHUD

    上拉刷新和下拉加载

    MJRefresh// Objective-Chttps://github.com/CoderMJLee/MJRefresh

    引导页框架

    EAIntroView// Objective-Chttps://github.com/ealeksandrov/EAIntroView

    Onboard// Objective-Chttps://github.com/mamaral/Onboard

    轮播图

    SDCycleScrollView// Objective-Chttps://github.com/gsdios/SDCycleScrollView

    圆点分页控制

    SMPageControl// Objective-Chttps://github.com/Spaceman-Labs/SMPageControl

    异步加载图片

    SDWebImage// Objectivehttps://github.com/SDWebImage/SDWebImage

    Kingfisher// Swifthttps://github.com/onevcat/Kingfisher

    原生和H5页面交互

    WebViewJavascriptBridge// Objective-Chttps://github.com/marcuswestin/WebViewJavascriptBridge

    浮层页面弹出框架

    STPopup// Objective-Chttps://github.com/kevin0571/STPopup

    富文本框架

    YYText// Objective-Chttps://github.com/ibireme/YYText

    相册框架

    SKPhotoBrowser// Swifthttps://github.com/suzuki-0000/SKPhotoBrowser

    控制线程的执行循序

    Bolts-Objc// Objective-Chttps://github.com/BoltsFramework/Bolts-ObjC

    Bolots-Swift// Swifthttps://github.com/BoltsFramework/Bolts-Swift

    各种点击事件Block框架

    BlocksKit// Objectivehttps://github.com/BlocksKit/BlocksKit

    通讯录信息

    APAddressBook// Objective-Chttps://github.com/Alterplay/APAddressBook

    定位信息

    INTULocationManager// Objective-Chttps://github.com/intuit/LocationManager

    解压zip包框架

    ZipArchive// Objective-Chttps://github.com/ZipArchive/ZipArchive

    时间转换

    Timepiece// Swifthttps://github.com/naoty/Timepiece

    奔溃信息收集

    Bugly//https://github.com/BuglyDevTeam/Bugly-iOS

    平滑过渡导航栏

    KMNavigationBarTransition// Objective-Chttps://github.com/MoZhouqi/KMNavigationBarTransition

    YPNavigationBarTransition// Objective-Chttps://github.com/yiplee/YPNavigationBarTransition

    Swift 开发技巧

    SwiftTips// Swifthttps://github.com/JohnSundell/SwiftTips

    开发工具性能检查内存泄漏等工具框架

    DoraemonKit//https://github.com/didi/DoraemonKit

    作者:走在路上的小二

    链接:https://www.jianshu.com/p/4435f06e94a8

    来源:简书

    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

    相关文章

      网友评论

          本文标题:iOS常用第三方框架(转)

          本文链接:https://www.haomeiwen.com/subject/tgqfzdtx.html