When I compiled my app I got this warning and I couldn’t understand it.
/Users/imac/Desktop/MyApp/RechercherView.xib:44:0 This bar button item's style is set to 'plain'. This configuration is not supported when in a navigation item.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Plainis for when a bar button item is on a tab bar, it means there is no border at all and you just see the item. This is not supported on a nav bar and they must bebordered. If you wish to get the appearance of an item without a border, you should make your own customUIButtonto put up there