Sha256: eef37892facbdfa6b4008fe9a0eac41af9650ae3f765c533cea684dd02de61d7

Contents?: true

Size: 334 Bytes

Versions: 18

Compression:

Stored size: 334 Bytes

Contents

class HomeScreen < ProMotion::Screen

  title "Home"

  def on_load
    set_nav_bar_right_button "Save", action: :save_something, type: UIBarButtonItemStyleDone
    set_nav_bar_left_button UIImage.imageNamed("list.png"), action: :return_to_some_other_screen, type: UIBarButtonItemStylePlain
  end

  def on_return(args={})
  end

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ProMotion-1.0.4 spec/helpers/home_screen.rb
ProMotion-1.0.3 spec/helpers/home_screen.rb
ProMotion-1.0.2 spec/helpers/home_screen.rb
ProMotion-1.0.1 spec/helpers/home_screen.rb
ProMotion-1.0.0 spec/helpers/home_screen.rb
ProMotion-0.7.8 spec/helpers/home_screen.rb
ProMotion-0.7.6 spec/helpers/home_screen.rb
ProMotion-0.7.5 spec/helpers/home_screen.rb
ProMotion-0.7.4 spec/helpers/home_screen.rb
ProMotion-0.7.3 spec/helpers/home_screen.rb
ProMotion-0.7.2 spec/helpers/home_screen.rb
ProMotion-0.7.1 spec/helpers/home_screen.rb
ProMotion-0.7.0 spec/helpers/home_screen.rb
ProMotion-0.6.5 spec/helpers/home_screen.rb
ProMotion-0.6.4 spec/helpers/home_screen.rb
ProMotion-0.6.3 spec/helpers/home_screen.rb
ProMotion-0.6.2 spec/helpers/home_screen.rb
ProMotion-0.6.1 spec/helpers/home_screen.rb