theaboutbox / rubymotion-iphone-popovers

A really basic example of how to do popovers on the iPhone with RubyMotion

Home Page:http://www.theaboutbox.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubyMotion Popovers on the iPhone

Popovers are a useful way to present a list of options or actions in a non-modal setting. Apple provides a UIPopoverController on the iPad to show a view with an arrow pointed to a specific location.

However, the UIPopoverController only works on the iPad. To work around this limitation, developers have created their own popover libraries for the iPhone. Here is an example on how to use one of the simplest ones: PopoverView in RubyMotion.

About

A really basic example of how to do popovers on the iPhone with RubyMotion

http://www.theaboutbox.com/


Languages

Language:Ruby 100.0%