Class: CustomView

Inherits:
UIView show all
Defined in:
app/views/custom_view.rb

Instance Attribute Summary collapse

Attributes included from Teacup::View

#debug, #style_classes, #stylename, #teacup_next_responder

Method Summary

Methods inherited from UIView

#style, #teacup_animation, #top_level_view

Methods included from Teacup::View

#_teacup_check_stylename, #add_style_class, #add_uniq_constraints, #animate_to_style, #animate_to_stylename, #animate_to_styles, #apply_constraints, #apply_style_properties, #apply_stylename, #get_ns_constraints, #remove_style_class, #reset_constraints, #restyle!, #style, #stylesheet, #stylesheet=, #teacup_subviews, #viewWithStylename, #viewsWithStylename

Methods included from Teacup::Layout

#auto, included, #layout, #stylesheet, #stylesheet=, #subview, #top_level_view

Instance Attribute Details

#custom_attrObject

not very custom, is it!?



4
5
6
# File 'app/views/custom_view.rb', line 4

def custom_attr
  @custom_attr
end