jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS

Home Page:https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSQMessagesComposerTextView's pasteDelegate property conflicts with iOS 11's new pasteDelegate

antipex opened this issue · comments

commented

iOS 11 introduces a new pasteDelegate property on UITextView, which conflicts with the pasteDelegate property in JSQMessagesComposerTextView, causing a crash. This property will need to be renamed so JSQMessagesViewController will work with iOS 11.

More info:

@jessesquires, you can assign this to me and provide a naming. 😃

Hello everyone!

I'm sorry to inform the community that I'm officially deprecating this project. 😢 Please read my blog post for details:

http://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/

Thus, I'm closing all issues and pull requests and making the necessary updates to formally deprecate the library. I'm sorry if this is unexpected or disappointing. Please know that this was an extremely difficult decision to make. I'd like to thank everyone here for contributing and making this project so great. It was a fun 4 years. 😊

Thanks for understanding,
— jsq

commented

Thanks for this issue, guys. Solved my problem. Small note: This only crashes for me on iOS Devices running iOS 10 or 9. Probably iOS 11 has a check that prevents the access violation there.

Is it merged? to some branch? how can I install JSQ with this fix?