all,
am developing an iPad app in swift, on root VC i have multiple VCs on top all connected with embedded segues. on the root VC there is going to be UIToolbar to control which VCs are active at any given time.
so by clicking a button on the UIToolbar how do i make a VC appear then disappear?
so far, after grepping through the docs, UIView has a AddSubview but have found not much else.
is there the equivalent of the html/css -z? force inactive VCs to a lower display?
any help? in swift
am developing an iPad app in swift, on root VC i have multiple VCs on top all connected with embedded segues. on the root VC there is going to be UIToolbar to control which VCs are active at any given time.
so by clicking a button on the UIToolbar how do i make a VC appear then disappear?
so far, after grepping through the docs, UIView has a AddSubview but have found not much else.
is there the equivalent of the html/css -z? force inactive VCs to a lower display?
any help? in swift