Question

I'm building an app that requires private messaging functionality for users to message each other (e.g. inbox, sent, compose, notification). For example, in the Facebook app or the LinkedIn app, there is functionality to send messages to other users (not email or sms). Is there any Apple or third-party framework that takes care of the views for all of these features? In other words, I'd like to be able to present an "InboxViewController" or a "NewMessageViewController" using a framework (if it even exists). Or is this something that is typically developed from scratch?

Thanks.

Was it helpful?

Solution

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.

OTHER TIPS

There is no private messaging UI available in UIKit but I would check out

iMessage Style Receding Keyboard

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top