Is there a way to load views according to some states when touchingon UITabBar button?
For example I touch “Home” button View1 loads. Than i do some code and when i touch “Home” button again View2 loads.
Is there a way to load views according to some states when touchingon UITabBar
Share
It can be done …Suppose we have two view in memory myView1 & myView2..