zoukankan      html  css  js  c++  java
  • iOS开发中常用的第三方框架和实例

    把平时看到或项目用到的一些插件进行整理,文章后面分享一些不错的实例,若你有其它的插件欢迎分享,不断的进行更新;

    一:第三方插件

    1:基于响应式编程思想的oc

    地址:https://github.com/ReactiveCocoa/ReactiveCocoa

    2:hud提示框

    地址:https://github.com/jdg/MBProgressHUD

    3:XML/HTML解析

    地址:https://github.com/topfunky/hpple

    4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置

    地址:https://github.com/michaeltyson/TPKeyboardAvoiding

    5:状态栏提示框

    地址:https://github.com/jaydee3/JDStatusBarNotification

    6:block工具包。将很多需要用delegate实现的方法整合成了block的形式

    地址:https://github.com/zwaldowski/BlocksKit

    7:图片加载

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

    8:正则表达式

    地址:https://github.com/wezm/RegexKitLite

    9:Masonry代码布局

    地址:https://github.com/SnapKit/Masonry

    10:弹出窗

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

    11:Button的样式

    地址:https://github.com/mattlawer/BButton

    12:验证网络连接状态

    地址:https://github.com/tonymillion/Reachability

    13:自动计算表格行高

    地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

    14:动画效果的启动页

    地址:https://github.com/IFTTT/JazzHands

    15:iOS快速简单集成国内三大平台分享

    地址:https://github.com/xumeng/XMShareModule

    16:五项能力值展示的五边形

    地址:https://github.com/dsxNiubility/SXFiveScoreShow

    17:自动识别网址号码邮箱和表情的label

    地址:https://github.com/molon/MLEmojiLabel

    18:IM对话功能的封装

    地址:https://github.com/ZhipingYang/UUChatTableView

    19:字典转模型框架

    地址:https://github.com/CoderMJLee/MJExtension

    20:下拉上拉刷数据

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

    21:表格行左右划动菜单

    地址:https://github.com/MortimerGoro/MGSwipeTableCell

    22:图文混搭

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

    23:可以简单展示在UINavigationBar下方,类似Music app的播放列表视图,弹出菜单视图

    地址:https://github.com/DrummerB/BFNavigationBarDrawer

    24:比如筛选、模糊、优化、蒙版、调整大小、旋转以及保存等等。同时还提供了一个UIImageView子类从URL异步加载图片,并在下载完毕时展示图片。

    地址:https://github.com/Nyx0uf/NYXImagesKit

    25:底部TabBar

    地址:https://github.com/robbdimitrov/RDVTabBarController

    26:表情面版

    地址:https://github.com/ayushgoel/AGEmojiKeyboard

    27:记录框架

    地址:https://github.com/CocoaLumberjack/CocoaLumberjack

    28:IOS与javascript交互

    地址:https://github.com/marcuswestin/WebViewJavascriptBridge

    29:图表统计展示

    地址:https://github.com/kevinzhow/PNChart

    30:appStore评分

    地址:https://github.com/arashpayan/appirater

    二:源代码实例

    1:Coding.net客户端

    地址:https://coding.net/u/coding/p/Coding-iOS/git

    2:高仿美团iOS版

    地址:https://github.com/lookingstars/meituan

    3:模仿网易新闻做的精仿网易新闻

    地址:https://github.com/dsxNiubility/SXNews

    4:支付宝高仿版

    地址:https://github.com/gsdios/GSD_ZHIFUBAO

    5:高仿百度传课iOS版

    地址:https://github.com/lookingstars/chuanke

    6:模仿一元云购

    地址:https://github.com/JxbSir/YiYuanYunGou

  • 相关阅读:
    Metro-UI系统-1-tile标签
    linux 修改文件最大数
    linux 利用cat写入一段文件
    linux for 循环的小应用
    办公区公网Ip访问不到阿里云ECS
    Django 构建一个项目
    Django 基础篇
    iptables 生产环境下基础设置
    centos7 部署LNMP
    查看sqlserver被锁的表以及如何解锁
  • 原文地址:https://www.cnblogs.com/doubleLWithiOS/p/4753745.html
Copyright © 2011-2022 走看看