當我構建我的應用程序時有警告,指示我的UISegmentedControlStyleBezeled已棄用。沒有其他類型的UISegmentedControl看起來接近Bezeled,所以我不知道我可以用它來代替它。我需要像UISegmentedControlStyleBar但更高的東西。我應該使用什麼來代替iOS5.1中不推薦使用的UISegmentedControlStyleBezeled?
而且,在尋找UISegmentedControl.h揭示這個...
typedef enum {
UISegmentedControlStylePlain, // large plain
UISegmentedControlStyleBordered, // large bordered
UISegmentedControlStyleBar, // small button/nav bar style. tintable
UISegmentedControlStyleBezeled, // DEPRECATED. Do not use this style.
} UISegmentedControlStyle;
我看到了同樣的事情。它在文檔中並沒有被廢棄,這讓我覺得它不是迫在眉睫。但隨着最近UDID boondoggle,不知道什麼時候錘子會下降。 – smparkes 2012-03-28 21:24:41