steve228uk / MessengerKit

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

gave public access to text property #15

Closed mkhakpaki closed 5 years ago

mkhakpaki commented 5 years ago

now text property have public access so text input layout text can be set from every where

14

sjoness commented 5 years ago

@mkhakpaki This PR is doing a lot more than just giving public access control to the text property of MSGPlaceholderTextView. I would recommend breaking this PR down in to several smaller ones, so that they can be individually reviewed and tested in isolation.