Scott, You can replace the InputView property of a UITextView or similar, and use a custom UIView to display your custom keyboard. In effect, iOS treats the InputView property as the keyboard, and if you don't set it, iOS uses the keyboard, otherwise it displays yours.
HTH Dino -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of scottmm Sent: Tuesday, November 29, 2011 6:30 AM To: [email protected] Subject: [MonoTouch] Custom Keyboard Layout? Hi All, Is it possible to have a custom keyboard layout? What I would like is roughly an entry method based on a compass. i.e. has N, E, S & W listed. Ideally it would be the same as the number pad, except 2 = N, 4 = W, 6 = E and 8 = S, then 1,3,5,7 & 9 are just blank and don't do anything. Is this possible? if so, how or could you point me in the right direction? Thanks, Scott -- View this message in context: http://monotouch.2284126.n4.nabble.com/Custom-Keyboard-Layout-tp4118986p4118986.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
