可能重複:
Programatically align a toolbar on top of the iPhone keyboard目標C工具欄上的鍵盤
我想明白了,怎麼辦鍵盤上方的工具欄,因爲這形象
這是我可以使用的本機ios視圖嗎?
可能重複:
Programatically align a toolbar on top of the iPhone keyboard目標C工具欄上的鍵盤
我想明白了,怎麼辦鍵盤上方的工具欄,因爲這形象
這是我可以使用的本機ios視圖嗎?
這是你可以用inputAccessoryView
做看看http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextField_Class/Reference/UITextField.html#//apple_ref/occ/instp/UITextField/inputAccessoryView
感謝你 - 我一直在寫我自己的鍵盤工具欄的東西很長時間,從來沒有發生過我可能會內置的!即使是老狗也可以學習新的技巧...... – SomaMan
http://gabriel-tips.blogspot.co.uk/2011/05/input-accessory-view-how-to-add -extra.html http://idebuggerman.blogspot.co.uk/2010/08/uitoolbar-for-keyboard-with.html請在發佈問題前做一些調查 - 這裏有大量的信息。 –
它與Objective-C無關,但與Cocoa Touch無關。 – Cyrille
@Cyrille可可觸摸IS [一個框架] objective-c –