I am new to iOS development. I am trying to create an application such as a spell type in ios 5.1 that has a textView, so if the user presses a keyboard key, the tooltip toolbar goes to the top of the keyboard containing all the sentences, and if the user clicks on one of these sentences it will be displayed in text element.
As it shown on the picture.

I handled the keystroke event and handled all the processing there. Now what I want to do is that I have an NSArray of sentences, and I want to create a proposal toolbar and assign all these sentences from NSArray to this toolbar, and also if the user clicks on any of these sentences, this should be placed in a textView.
I cannot figure out how I should continue this, and which component I should use to create this toobar above the keyboard.
using iOS SDK 5.1 and xcode 4.3
ios objective-c iphone cocoa-touch
Nishit Jain May 15 '12 at 5:51 2012-05-15 05:51
source share