SMS style Toolbar [duplicate]
Possible Duplicate:
Text input box like the SMS app on the iPhone
Okay, so I'm working on a chatting application, and I'm having trouble with creating a toolbar identical to the SMS toolbar, with the expandable 开发者_JAVA百科TextView and the Send button.
Does anyone happen to know how to create it either programmatically or with the Interface builder?
You would have to create this programmatically, and it would require quite some code.
Fortunately, there's a lot of open source components that does just that. Look at UIInputToolbarSample, AcaniChat or SSMessagesViewController.
If you would ask me, SSMessagesViewController seems better made.
精彩评论