Multiple Views
jhwayne opened this issue · 2 comments
Is there an example out there using this gem that has multiple views? Really like the gem, just cant seem to figure out how to go about doing this! Help would be appreciated. Thanks!
Can you describe more what you're trying to do, or share some sample code?
It's certainly possible to use this with multiple views, but that could
mean a few different things:
∙ one XIB file with two UIViews that aren't in the same hierarchy (not
common)
∙ multiple XIBs, each with their own view (this is the most common)
∙ one storyboard with many UIViewControllers + views (common in traditional
iOS development, not as common in RubyMotion world)
On Jul 27, 2014, at 3:24 PM, Jake Wayne notifications@github.com wrote:
Is there an example out there using this gem that has multiple views?
Really like the gem, just cant seem to figure out how to go about doing
this! Help would be appreciated. Thanks!
—
Reply to this email directly or view it on GitHub.
Please add details an reopen, or open a new ticket. Ideally, provide a project with a sample application.