Search code examples
rubymotion

How do you call removeFromSuperview in RubyMotion?


I'm looking to implement this solution in RubyMotion.

How would the following statement look like?

[self.tabsView removeFromSuperview]

Thanks!


Solution

  • Found it -

    view.removeFromSuperview()