iOS轻量级快速开发框架 YUKit

码农软件 · 软件分类 · iOS/iPhone/iPad开发包 · 2019-05-16 08:26:40

软件介绍

image

YUKit

  • YUKit for iOS

  • 针对常用开发框架的一些类别和扩展,方便快速开发

  • 本库采用ARC

YUKit.h

  • 设备信息

  • APP信息

  • 通用模板

foundation

  • category (Objective-C 之 Foundation框架的类别)

  • lib (Objective-C 之 Foundation框架的扩展)

    • AddressBook       简单获取手机通讯录

    • map                 地图常用转换

    • runtime             runtime常用方法

uikit

  • category (Objective-C 之 UIKit框架的类别)

  • lib (Objective-C 之 UIKit框架的扩展)

    • YUSettingCell            自定义cell (仿系统设置)

    • YUTextView               支持placeholder 自适应高度

    • YUAmountTextField        金额输入TextField

    • YUTableViewCell          支持编辑模式

base

  • NavigationController

  • TableView

  • View

  • ViewController

  • ViewModel

services

  • YUService (AFNetworking 使用示例)

  • NSJson

  • Reachability

framework

  • YUDBFramework

    DBOBject 使用runtime + fmdb 封装

    1.自动建表

    2.自动检查增删表字段

    3.自定义数据库名,文件路径

    4.支持一对一对象数据库存储,清缓存简单方便

    5.支持多路径,多数据库关联查询

    6.一键保存、修改、删除、查找、多级关联查询解析、反序列化

    7.支持数据解析序列化、反序列化、json -> model  and  model ->json

    依赖库:sqlite3

安装使用

  • 手动复制文件YUKit到指定目录

  • 使用Cocoapods管理

    pod search YUKit

image

Podfile

pod 'YUKit', '~> 1.1.6'

pod 'YUKit', '~> 1.1.6', :inhibit_warnings => true

dependency

pod 'MJRefresh', '~> 2.2.0'

pod 'Masonry', '~> 0.6.2'

pod 'AFNetworking' , '~>2.5.4'

#pod 'BlocksKit', '~> 2.2.5'

系统要求

最低支持 iOS 7.0

关于

YUkit扫描通过已上传CocoaPods

许可证

YUKit 使用 MIT 许可证,详情见 LICENSE 文件

本文地址:https://codercto.com/soft/d/5846.html

High Performance JavaScript

High Performance JavaScript

Nicholas C. Zakas / O'Reilly Media / 2010-4-2 / USD 34.99

If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your ......一起来看看 《High Performance JavaScript》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具