# lovemo/MVVMFramework

(OC版)总结整理下一个快速开发框架，以更优雅的方式写代码，做一个代码艺术家。分离控制器中的代码，已加入cell自适应高度，自动缓存网络请求代码，降低代码耦合，提高开发效率。

Repository: https://github.com/lovemo/MVVMFramework
Canonical: https://ross.abutalabs.com/products/mvvmframework
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2019-01-04T06:51:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3906, "days_push": 2798, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1704, forks 447 (observed 2026-08-28T04:05:24.606302+00:00)

## What it is
An Objective-C MVVM framework for rapid iOS development that separates controller code into ViewManagers and ViewModels to reduce coupling. It includes cell self-sizing height, network request handling, and SQLite-based data caching via SMKStore.

## Use cases
- structure an iOS app with MVVM architecture
- move business logic out of view controllers in Objective-C
- implement self-sizing table and collection view cells
- cache network responses to a local SQLite database
- reduce coupling between views and controllers in iOS projects

## When to choose
- building or refactoring an Objective-C iOS app around MVVM
- you want a batteries-included framework with networking, caching, and cell sizing built in
- you prefer a structured Controller/View/ViewManager/ViewModel/Model module layout

## When to avoid
- starting a new project in Swift (use the Swift version instead)
- you need a framework with recent updates or active community support
- you prefer lightweight architecture patterns without a prescribed structure

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, state-management, caching, http-client
- domain: mobile-development, developer-tools, cross-platform
- platform: -
- tags: mvvm, objective-c, ios-development, rapid-development, cell-self-sizing, sqlite-caching, viewmodel, architecture, ios, mobile

## Member repositories
- lovemo/MVVMFramework (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.606302+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:35.582019+00:00, confidence not recorded.
  - readme: https://github.com/lovemo/MVVMFramework (fetched 2026-08-28T04:05:24.606302+00:00, sha 22aaeea3d8a8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
