Great example but would have been more helpful if accessoryView's send button action was implemented. I've done all things accordingly and its working awesome but don't know how to append rows/messages in chat table on send button. I've tried to do this by creating ViewController object in ChatAccessory class but get runtime exception due to nil value in table outlet.
Great example but would have been more helpful if accessoryView's send button action was implemented. I've done all things accordingly and its working awesome but don't know how to append rows/messages in chat table on send button. I've tried to do this by creating
ViewControllerobject inChatAccessoryclass but get runtime exception due to nil value in table outlet.