It is possible to call one method from inside another. I’ve implemented this function
- (void)pickAndDecodeFromSource:(UIImagePickerControllerSourceType) sourceType
I want to call following method inside the above one.
- (void) viewDidAppear:(BOOL)animated
I think I understand what you’re asking… the question is.. well not there. Nonetheless:
What I think you’re asking: “How do I call viewDidAppear from within another method…?”
If the question was actually “How do I override viewDidAppear?” then this is it: