Skip to content

Instantly share code, notes, and snippets.

@jjaffeux
Last active December 12, 2015 02:28
Show Gist options
  • Save jjaffeux/4699353 to your computer and use it in GitHub Desktop.
Save jjaffeux/4699353 to your computer and use it in GitHub Desktop.
Thoughts about a framework for rubymotion.

#Emotion

Emotion is a framework to build amazing apps for rubymotion.

#Features

Generators

Controllers

ViewControllers

  • Reference views
  • Place for views delegates, delegates are generated through a pattern for example: viewName + will/did/is/ + action

Views

  • Create a global interface for views
  • Views have actions (think IBACTION)

Views

Tableview

  • Autogeneration from model

Styles

  • NUI or pixate or teacup... or something else ?

Models

  • Direct integration with afnetworking
  • Management of network
  • Persistence through some AR interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment