In my project there is left & right slide menu,so if i tap on left menu's cell one UIViewController is call in this UIViewControllers viewDidLoad method.
i am calling SOAP based web service.
So my question is when i tap on UITableViewCell.view is not getting fully loaded in to screen it is stuck at there. and view is fully load and i can see on full display when data comes from web service.
so i have to wait for data come than i can see whole UIView.
So how to load UIViewController at first tap? and after UIView is appear i will put activity indicator that's why user can see at least data is loading in UIView.
Thanks in advance please any one can help me to get out of this problem.
Edit:I have tried to call web service method to viewWillAppear