zoukankan      html  css  js  c++  java
  • 图片、网络iOS常用的第三方库by小雨

    发一下牢骚和主题无关:

        状态栏:

        MTStatusBarOverlay 

        https://github.com/myell0w/MTStatusBarOverlay

        

        上拉和下拉更新:

        SVPullToRefresh 

        https://github.com/samvermette/SVPullToRefresh

        

        网络请求:

        AFNetworking 

        https://github.com/AFNetworking/AFNetworking

        ASIHTTPRequest  

        https://github.com/pokeb/asi-http-request

        MKNetworkKit 

        https://github.com/MugunthKumar/MKNetworkKit

        

        

        消息提示:

        MBProgressHUD 

        https://github.com/jdg/MBProgressHUD

        DejalActivityView

        https://github.com/Dejal/DejalActivityView

        SVProgressHUD

        https://github.com/samvermette/SVProgressHUD

        

        无限循环滚动图视:

        InfinitePagingView 

        https://github.com/caesarcat/InfinitePagingView

        

        简化网络图片处置

        SDWebImage 

        https://github.com/rs/SDWebImage

        

        分段择选:

        SVSegmentedControl 

        https://github.com/samvermette/SVSegmentedControl

        HMSegmentedControl 

        https://github.com/samvermette/SVSegmentedControl

        

        UIWebView浏览器:

        SVWebViewController 

        https://github.com/samvermette/SVWebViewController

        

        图片浏览器:

        MWPhotoBrowser 

        https://github.com/mwaterfall/MWPhotoBrowser

        

        属性标签:

        TTTAttributedLabel 

        https://github.com/mattt/TTTAttributedLabel

        

        日历件控:

        Kal

        https://github.com/klazuka/Kal

        

        Three20:

        https://github.com/facebook/three20

        

        FMDatabase:

        https://github.com/ccgus/fmdb

        

        异步载加图片并存缓:

        AsyncImageView  

        https://github.com/nicklockwood/AsyncImageView

        

        JSONKit:

        https://github.com/johnezang/JSONKit

        

        用来处置图片:

        GPUImage

        https://github.com/BradLarson/GPUImage

        

        控制存缓:

        SDURLCache

        https://github.com/steipete/SDURLCache

        

        

        

    文章结束给大家分享下程序员的一些笑话语录: 关于编程语言
    如果 C++是一把锤子的话,那么编程就会变成大手指头。
    如果你找了一百万只猴子来敲打一百万个键盘,那么会有一只猴子会敲出一 段 Java 程序,而其余的只会敲出 Perl 程序。
    一阵急促的敲门声,“谁啊!”,过了 5 分钟,门外传来“Java”。
    如果说 Java 很不错是因为它可以运行在所有的操作系统上,那么就可以说 肛交很不错,因为其可以使用于所有的性别上。

  • 相关阅读:
    Microsoft Visual Studio 2010(vs10)安装与使用
    961专业课复习资料
    spring boot: 输出json
    spring boot: 热部署(一) run as – java application (spring-loader-1.2.4.RELEASE.jar)
    FastJson/spring boot: json输出方法二
    FastJson/spring boot: json输出
    FastJson中文乱码
    FastJSON 简单使用
    mytabits表关联一对一(多对一?)
    Model/ModelMap 和 ModelAndView 的区别使用
  • 原文地址:https://www.cnblogs.com/jiangu66/p/3020653.html
Copyright © 2011-2022 走看看