i was wondering how can i add a view on ios Keyboard ? like this :

i was wondering how can i add a view on ios Keyboard ? like this :

you will want to look into the inputAccessoryView property in the UITextView or UITextField class  (depending on what you are using) for a custom view above the keyboard.