Local Declaration "x" hides instance variable xcode warning
- by Michael Robinson
I've been have trouble understand this problem. If I change the variable name fifthViewController the error goes away but the view controller doesn't load.
Lost. Once again it's probably something simple.
Thanks in advance.
Here is the code:
{
FifthViewController *fifthViewController = [[FifthViewController alloc]…