# Load data end def will_appear # Set up the elements in your view with add @label ||= add UILabel.alloc.initWithFrame([ 5, 5, 20, 20 ]) end def on_appear # Everything's loaded and visible end end
# Load data end def will_appear # Set up the elements in your view with add @label ||= add UILabel.alloc.initWithFrame([ 5, 5, 20, 20 ]) end def on_appear # Everything's loaded and visible end end
# Load data end def will_appear # Set up the elements in your view with add @label ||= add UILabel.alloc.initWithFrame([ 5, 5, 20, 20 ]) end def on_appear # Everything's loaded and visible end end