zoukankan      html  css  js  c++  java
  • IOS常用开发第三方库整理

    搜集的常用第三方库

    一:网络请求库

            1.AFNetworking    github地址:https://github.com/AFNetworking/AFNetworking

            2.ASIHttpRequest    github地址:https://github.com/pokeb/asi-http-request/

            3.MKNetWork    github地址:https://github.com/MugunthKumar/MKNetworkKit

    二:自定义Page指示器(PageControl)

            1.SMPageControl    github地址:https://github.com/Spaceman-Labs/SMPageControl

    三: 下拉刷新

            1. SVPullToRefresh   github地址:https://github.com/samvermette/SVPullToRefresh

            2.ODRefreshControl   github地址:https://github.com/Sephiroth87/ODRefreshControl

            3.EGO

    四:网络图片加载

            1.SDWebImage github地址:https://github.com/rs/SDWebImage

    五:iCarousel :十分强大的类似ScrollView的类!提供重用视图及多种3D切换方式   https://github.com/nicklockwood/iCarousel

    六:左右滑动菜单

            1. RESideMenu    https://github.com/romaonthego/RESideMenu

    七:可滑动的tableviewcell

            1.SWTableViewCell  https://github.com/CEWendel/SWTableViewCell

    八:带popview的滑杆视图

            1. ASValueTrackingSlider      github地址: https://github.com/alskipp/ASValueTrackingSlider

    九:带popview的进度条

             1. ASProgressPopUpView  github地址: https://github.com/alskipp/ASProgressPopUpView

    十:多图片选择器

             1. QBImagePickerController  github地址:   https://github.com/questbeat/QBImagePickerController

    十一:Json解析

             1.JSONKIT   github地址:https://github.com/johnezang/JSONKit

    持续更新中。。。

  • 相关阅读:
    CF704D Captain America 上下界网络流
    CF241E Flights 差分约束
    CF1063F String Journey DP、SAM、线段树
    AGC028E High Elements 贪心、DP、线段树
    Solution -「CF 623E」Transforming Sequence
    Solution -「十二省联考2019」春节十二响
    最大团-最小度不等式
    「Lagrange 插值」学习笔记
    Solution -「NOI.AC 省选膜你赛」union
    Solution -「NOI.AC 省选膜你赛」T2
  • 原文地址:https://www.cnblogs.com/ShawnLi/p/4529242.html
Copyright © 2011-2022 走看看