Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created December 22, 2012 20:47
Show Gist options
  • Save amazedkoumei/4360993 to your computer and use it in GitHub Desktop.
Save amazedkoumei/4360993 to your computer and use it in GitHub Desktop.
ブログ貼付用
# show view
@informView = InformView.new.tap do |v|
v.message = "loading...")
navigationController.view.addSubview(v)
end
@informView.showWithAnimation(true)
# hide view
@informView.hideWithAnimation(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment