hai
I have a UIToolbar in my application as an IBOutlet, with code I am enabling and disabling in following mannar
Code:
[toolbar setEnabled:NO];
[toolbar setEnabled:YES];

but when I run my application it displays a warning below these lines. But application works fine with enabling and diabling. Why is that? What went wrong in my App