Method: UIView#rmq_build

Defined in:
lib/project/ext/ui_view.rb

#rmq_buildObject

You can use either rmq_build or on_load, not both. If you have both, on_load will be ignored, you can however call it from rmq_build. They are the same, on_load follows the ProMotion style and is recommended.



6
7
8
# File 'lib/project/ext/ui_view.rb', line 6

def rmq_build
  on_load
end