Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unsupported configuration plain style unsupported in a navigation item

Tags:

xcode4.2

When i try to add a button to a navigation bar, i got this warning:

unsupported configuration plain style unsupported in a navigation item

Concerning the Plain style, i don't find it in interface builder since i moved to Xcode4.2.

EDIT: @Michael: here is what Xcode look like for me: enter image description here

I have not the arrow to the left, is there any thing missing there?

like image 755
Malloc Avatar asked Dec 16 '11 09:12

Malloc


2 Answers

Is the button you added a "Bar Button Item"?

Bar Button Item

like image 165
Michael Robinson Avatar answered Oct 24 '22 06:10

Michael Robinson


  1. go to the navigation item
  2. select the navigation Bar button
  3. just change the bar button item in attribute inspector

    style - bordered
    

    and then run the program warning is not showing

like image 43
yogesh yadav Avatar answered Oct 24 '22 05:10

yogesh yadav