0

I'm looking to implement this solution in RubyMotion.

How would the following statement look like?

[self.tabsView removeFromSuperview]

Thanks!

Community
  • 1
  • 1
RedNax
  • 1,507
  • 1
  • 10
  • 20

1 Answers1

1

Found it -

view.removeFromSuperview()
RedNax
  • 1,507
  • 1
  • 10
  • 20