steve228uk / MessengerKit

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

Update MSGPlaceholderTextView.swift #28

Closed cbess closed 5 years ago

cbess commented 5 years ago

Make text public to allow direct setter and getter access, fixes #14. Addresses #15 as well.

sjoness commented 5 years ago

@steve228uk Thoughts on opening this up? It's been requested a few times and there was a PR submitted already for it (but it was plagued with a ton of other changes).

I think there is evidence of enough use cases for this PR to be approved, but I'd like to get your approval first.

steve228uk commented 5 years ago

@sjoness Yeah, this makes a lot of sense. Feel free to merge it if it all builds okay 👌

sjoness commented 5 years ago

Thanks for the contribution @cbess 😄