Objective-c 的 MVVM 开发框架 LPDMvvmKit

码农软件 · 软件分类 · 滚动视图(ScrollView) · 2019-06-03 18:42:50

软件介绍

LPDMvvmKit

提供了一些常用的工具类,还有一些很轻巧的控件,以及最主要的是提供了MVVM开发框架,一直比较喜欢采用MVVM的框架来开发前端产品,所以会希望在iOS下也能找到类似的框架可以采用,但是一直没有找到合适的,所以就自己造了个轮子,代码未充分测试,欢迎各种issue。

使用:

LPDMvvmKit支持 CocoaPods,在 Podfile文件中添加如下行

pod 'LPDMvvmKit'

分为三个Subspecs

LPDMvvmKit/Additions 主要提供一些常用的工具类的代码

pod 'LPDMvvmKit/Additions'

LPDMvvmKit/Controls 目前提供一些控件,LPDToastView,LPDAlertView可以了解下

pod 'LPDMvvmKit/Controls'

LPDMvvmKit/Mvvm 就是LPDMvvmKit主要提供的功能了,因为对前两个Subspecs都有依赖,所以使用直接添加以下行就好了

pod 'LPDMvvmKit'

可以clone并运行,主流程都是有demo可循的。

view controller和view model解耦

目前在github上能搜到的与MVVM相关的Objective-c库有下面几个:

lizelu/MVVM

shenAlexy/MVVM

leichunfeng/MVVMReactiveCocoa

lovemo/MVVMFramework

这些库都不错,也可以了解下这款,可能进入曲线稍高。

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

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

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

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具