I got TabBar Application with 3 ViewControllers.
Can i know from the ViewControllers’s method which ViewContoller was desplayed before (1 or 2)? Or maybe i open VeiwController from some other .xib
I got TabBar Application with 3 ViewControllers. Can i know from the ViewControllers’s method
Share
I just creating
@propertyin targetVeiwControllerand set this @property firstly in viewDidLoad. So i know that firstly this ViewController will appear from TabBar. After that i can change it in some other ViewController’s methods, which call some subviews (.xib).