Nested functions are disabled - why do I get this error message?
- by Casebash
When I accidentally wrote:
UIViewController tmp*=_currentViewController;
Instead of:
UIViewController *tmp=_currentViewController;
I get a nested functions are disabled error. Can you explain this?