Commit 8ba99366 by Daniel Dahan

updated TextView with @objc

parent c27838a2
Pod::Spec.new do |s|
s.name = 'MK'
s.version = '1.27.7'
s.version = '1.27.8'
s.license = 'AGPL-3.0'
s.summary = 'Beautiful Material Design in Swift.'
s.homepage = 'http://materialkit.io'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.27.7</string>
<string>1.27.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -18,8 +18,10 @@
import UIKit
@objc(TextViewDelegate)
public protocol TextViewDelegate : UITextViewDelegate {}
@objc(TextView)
public class TextView: UITextView {
/**
This property is the same as clipsToBounds. It crops any of the view's
......
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