MCPcopy Create free account
hub / github.com/cryptii/cryptii / removeFromSuperview

Method removeFromSuperview

src/View.js:236–241  ·  view source on GitHub ↗

* Remove self from superview. * @return {View} Fluent interface

()

Source from the content-addressed store, hash-verified

234 * @return {View} Fluent interface
235 */
236 removeFromSuperview () {
237 if (this._superview !== null) {
238 this._superview.removeSubview(this)
239 }
240 return this
241 }
242
243 /**
244 * Returns superview.

Callers 2

addSubviewMethod · 0.80
fieldNeedsLayoutMethod · 0.80

Calls 1

removeSubviewMethod · 0.80

Tested by

no test coverage detected