On my iPad app in the root view controller I have this line
Code:
self.navigationController.navigationBar.tintColor = [UIColor redColor];
Instruments show this as a leak. I am not great at this, why is this a leak or how can I investigate this further?