JSQMessagesViewController v7.1.0 Release Notes

Release Date: 2015-05-31 // almost 9 years ago
  • ๐Ÿš€ See the 7.1.0 milestone for the complete list of fixes and improvements.

    • ๐Ÿ‘ Better and easier mechanism for handling custom menu actions, activated via long-press, for cells. The demo project has been updated with an example.
      Thanks @sebastianludwig!
      Relevant issues: #810, #811
    • 0๏ธโƒฃ You can now specify a maximum height for the input toolbar, via self.inputToolbar.maximumHeight. The default behavior is unchanged, allowing the toolbar to grow to the top of the collection view.
      Thanks @lbanders and @werediver!
      Relevant issues: #323, #756, #950
    • The keyboardController property on JSQMessagesViewController is now public. This allows you to modify the keyboard behavior if needed, but this should be a rare use case. Here be dragons! ๐Ÿ‰ You've been warned.