I am trying to add some buttons to my UINavigationBar. It seems I can't just drag and drop an item into the bar, is this correct? So I a using this code below but for some reason the cog icon I am using is appearing as blue but it's actually a gray colour. How can I use the original image colour? Any help would be appreciated!
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"cog"] style:UIBarButtonItemStylePlain target:nil action:nil];