8000 GitHub - Vizzle/Vizzle: an iOS MVC Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vizzle/Vizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizzle

Build Status Version License Platform

Vizzle is an iOS MVC framework inspired by Ruby on Rails and Three20.

Features

  • Vizzle is designed based on the idea of "convention over configuration" which allows developers write minimium code to make everything work properly
  • Vizzle makes a very heavy abstraction for both model and controller layers, providing a single direciton data flow.
  • Vizzle seperates the business logic layer from the foundation layer by inserting an adapter layer in the middle.

Vizzle has been heavily used to implement O2O features in Alipay Wallet since 2016. It has been battle tested and proved stable for more than two years with millions of users visit per day.

How to use

Vizzle is distributed using Cocoapods

pod 'Vizzle'

To add Vizzle to your project, you can choose to use the umbrella header in .pch file

//Precompile.pch
#import <Vizzle/Vizzle.h>

License

All source code is licensed under the MIT License.

About

an iOS MVC Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0