Commit af936563 by Daniel Dahan

Merge pull request #329 from xrayman/patch-2

prepareView func should not be private
parents eefb43df b64c104e
...@@ -466,7 +466,7 @@ public class TextView: UITextView { ...@@ -466,7 +466,7 @@ public class TextView: UITextView {
The super.prepareView method should always be called immediately The super.prepareView method should always be called immediately
when subclassing. when subclassing.
*/ */
private func prepareView() { public func prepareView() {
textContainerInset = MaterialEdgeInsetToValue(.None) textContainerInset = MaterialEdgeInsetToValue(.None)
backgroundColor = MaterialColor.white backgroundColor = MaterialColor.white
masksToBounds = false masksToBounds = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment