steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Could not set text to message input view #14

Closed mkhakpaki closed 5 years ago

mkhakpaki commented 5 years ago

Hi, first things first thank you for this great library and hours that you saved for me. in my case i needed to add custom inputView for adding additional features like attach and stickers but now i have a problem. in my app users can edit their messages but because of internal protection level of text property of MSGPlaceholderTextView i can't set text so user can edit it. any ideas for accomplishing this?

cbess commented 5 years ago

I'm having the same issue, given the activity within this Issues section, I'm going to fork the proj an make the change myself. I recommend you do the same, until they commit the access level change.

cbess commented 5 years ago

I'm actually wanting the feature so that I can restore unsent messages, so I need it as well.

cbess commented 5 years ago

@mkhakpaki I see you've made the change already :) You should make a PR to have it added.

mkhakpaki commented 5 years ago

actually i wast waiting for contributors to answer that this have reason or can i sen PR.but apparently they are busy.Anyway i am making the PR now.