class UITableViewCell

Public Instance Methods

rmq_build() click to toggle source

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.

# File lib/project/ext/ui_table_view_cell.rb, line 6
def rmq_build
  self.on_load
end