12
當我編譯我的應用程序時,我得到了這個警告,我無法理解它。我收到警告,我不明白
/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.
當我編譯我的應用程序時,我得到了這個警告,我無法理解它。我收到警告,我不明白
/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.
Plain
是當一個欄按鈕項目是標籤欄上,說白了就是根本沒有邊界,您剛纔看到的項目。這在導航欄上不受支持,它們必須是bordered
。如果你想獲得一個項目的外觀沒有邊框,你應該讓自己的自定義UIButton
把那裏
oups,INFO按鈕被設置好的平淡的風格,我把它改成接壤的風格和警告消失了,謝謝你的幫助:) – Malloc 2011-04-10 14:17:11