我的問題是:我想知道一個工具欄項目的座標,以便我可以在那裏彈出一些數據。這些barbuttonitems從來沒有透露我的框架屬性。
有沒有解決方法?UIToolBar項目座標
1
A
回答
0
你可以使用,如果你想給間距。
UIBarButtonItem *fixedLeftSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:self action:nil];
//用於添加自定義視圖
UIButton *webButton = [UIButton buttonWithType:UIButtonTypeCustom];
[webButton setFrame:CGRectMake(0, 0, 50, 40)];
[webButton setImage:[UIImage imageNamed:@\"webIcon.jpg\"] forState:UIControlStateNormal];
[webButton addTarget:self action:@selector(goToWebPage) forControlEvents:UIControlEventTouchDown];
UIBarButtonItem *webpageBtn = [[UIBarButtonItem alloc]initWithCustomView:webButton];
[webpageBtn setTarget:self];
[webpageBtn setAction:@selector(goToWebPage)];
[toolbar setItems:[NSArray arrayWithObjects: webpageBtn,fixedLeftSpace,webpageBtn, nil]];
還請參閱link。
0
UIToolbar* tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 210, 44)];
UIBarButtonItem *space = [[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemFixedSpace target:nil action:nil];
NSMutableArray* buttons = [[NSMutableArray alloc] initWithObjects:bt1,space,bt2,space,bt3, nil];
[tools setItems:buttons animated:YES];
UIBarButtonItem *toolsBtn = [[UIBarButtonItem alloc]initWithCustomView:tools];
self.navigationItem.rightBarButtonItem = toolsBtn;
0
如果要創建從廈門國際銀行文件中的工具欄,那麼你需要添加多個「靈活的空間欄按鈕項」之前和之後的按鈕工具欄,如果你多欄按鈕,直到你得到想要的間距。 如果您要動態創建UIToolbar,則需要動態添加靈活的按鈕。
相關問題
- 1. Silverlight Treeview項目座標
- 2. 如何移動UIToolbar項目?
- 3. NavigationController UIToolbar更改項目
- 4. 項目3D指向2D屏幕座標
- 5. QGraphicsScene,項目座標影響性能?
- 6. 原始座標到ListView項目
- 7. 如何在UIToolbar上有多行項目?
- 8. 調整UIToolbar以適應其項目?
- 9. 以編程方式修改UIToolBar項目
- 10. 我可以居中UIToolbar項目嗎?
- 11. 如何創建非白色UIToolbar項目?
- 12. UIToolbar項不顯示
- 13. Flex Datagrid - 如何獲取鼠標x/y座標的項目?
- 14. 轉換目標座標空間
- 15. 目標C:確定'點擊'的座標
- 16. 問題與角度和目標座標
- 17. 目標c GPS座標不起作用
- 18. UIToolbar的排序圖標
- 19. 在座標或在NSStatus之外繪製一個窗口項目
- 20. 項目GPS座標到歐幾里德空間
- 21. 火花清單選定的項目座標
- 22. 在給定座標的一定範圍內查找項目
- 23. AngularJS - 如何獲得ng-repeat中每個項目的座標?
- 24. Flex 4數據組項目渲染器座標
- 25. 如何在列表視圖上獲取項目的Y座標
- 26. 如何繪製HTML中圖像上項目的x,y座標
- 27. GridView獲取x和y座標的項目
- 28. Mysql - 查找具有座標視口內的項目
- 29. 項目小冊子LatLng以瓷磚像素座標
- 30. 加入來自X,Y的項目Linq的座標