我需要創建一個具有兩個UIBarButtonItems的UIToolbar。第一個按鈕必須居中,第二個項目必須右對齊。UIToolbar UIBarButtonItem對齊問題
我理解並使用靈活的間距,當我需要平衡整個UIToolbar的按鈕時,它的工作效果很好,但只有兩個按鈕,我似乎無法完美地居中中間按鈕。我甚至有
NSArray *items = [[NSArray alloc] initWithObjects:fixed, flex, center_button, flex, right_button, nil];
初始化view.toolbarItems陣列,並設置fixed.width = right_button.width ......但儘管如此,center_button永遠不會完全集中。
請務必使用工具包進行標記,以便人們可以通過標籤隱藏與其無關的問題。 – doublep 2010-05-02 18:41:34