ios - How to add UINavigation controller using ruby motion? -


i need guidance add uinavigation controller , add button in navigation using ruby motion.

this pretty broad question, assuming you're pretty new ios development in general. you'll want reference uinavigationcontroller api documentation, found here:

http://www.rubymotion.com/developer-center/api/uinavigationcontroller.html

if you're looking easier way this, have @ promotion:

https://github.com/clearsightstudio/promotion/

this abstracts uinavigationcontroller , allows focus on app programming rather managing navigation.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -