Skip to content

UI.View.removeFromSuperView

kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of UI.View)

Returns: void

Parameters: none

Removes the current view from its superView. Essentially the same thing as self.superView.removeSubView(self).

Usage

self.removeFromSuperView();

Version

0.3 Introduced; Docs Valid.

Clone this wiki locally