I have an iphone application in which I am adding a view after calling a webservice,having a loading view inside the view.But when that view is loading somebody clicks on my tabbar item the app is crashing.I need to have that tabbar action to be hidden untill that view is loaded.I dont want to hide the tabbar,only action,Can anybody know How to do this? Thanks.
Share
You can disable the user interaction with the tabbar like this:
And enable it later after your webservice has finished loading or failed.
But you should stop your webservice in the