Is there any harm in calling loadView explicitly?
I have to hit the server and get the data for display and this data will be changed based on some user action on this view. I am making the server call in my loadView method and passing the appropriate parameters. Now when user condition changes, I call [self loadView] with modified parameters. Do you see some issue here?
Well I think the Apple documentation says it all:
loadView Creates the view that the controller manages.
-(void)loadView You should never call this method directly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With