Home

Awesome

iOS Dev Toolbox

Open-source app built using MVVM architecture, that provides some tools for iOS developers. Current development build is on develop branch.

Tools

Planned tools:

MVVM or MDV

App is built using reactive framework Objective-Chain. Some implemented tools don't need Model layer, because I used standard Foundation classes. Instead of ugly term ViewModel, I prefer term Design, so the UI is made of two layers:

Sounds familiar?

Design objects usualy belong to one View Controller object. They take values from Model, format them for the UI and expose in public interface. View Controllers manage Views just like UIKit is designed and bind values from Design layer.


© 2014 Triceratops Software s. r. o.
Viewing, forking, editing and contribution to the code is encouraged. Distribution in binary compiled form is forbidden, as stated in License file.