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:

If you are need inbox/sent/drafts folders, you could use something like this:

I don’t 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.

Leave a Comment