Im getting the warning "Expression result unused".
I dont know why this is showing. It is working correctly. Showing the right title and the images so why the warnings? what can i do to fix these warnings?
Thank you all for the help!
----------------------------------------------------- Edit 1
WHen i write it like this i get no warning.
tabBarItem1 = [tabBarItem1 initWithTitle:@"Matcher Idag" image:[UIImage imageNamed:@"games-2.png"] selectedImage:[UIImage imageNamed:@"games-2.png"]];
BUT when i go to Product -> Analyze then it says: " Value stored to tabBarItem1 is never used