Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change open_screen return a screen #180

Conversation

toshiwo
Copy link
Contributor

@toshiwo toshiwo commented Jun 28, 2013

hi, change branch version-1.0 ( #178 )

I came up with this idea when I was using modal view.

before:

def action_open_modal
  @modal_screen = ModalScreen.new
  open @modal_screen, moda: true
end

after:

def action_open_modal
  @modal_screen = open ModalScreen, moda: true
end

jamonholmgren added a commit that referenced this pull request Jun 29, 2013
@jamonholmgren jamonholmgren merged commit 66505be into jamonholmgren:version-1.0 Jun 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants