Is there a private messaging UI (inbox, sent, compose) framework for iOS?
Is there a private messaging UI (inbox, sent, compose) framework for iOS?
Cocoa Controls has some great stuff you can use. Some of it is cheap, and most of it is free. Some controls you could use the look like the iOS Messages app are:
- Expandable input toolbar
- UIBubbleTableView
- AcaniChat (input and bubbles together)
- SSMessageViewController (input and bubbles together)
If you are need inbox/sent/drafts folders, you could use something like this:
I dont know what your needs are specifically, but there are things like the TITokenField that might help, multiple pull-to-refresh controls, and so many other things.
There is no private messaging UI available in UIKit but I would check out