nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.51k stars 290 forks source link

Changes to support swift3 #64

Open faresbh opened 7 years ago

faresbh commented 7 years ago

Add support to Swift3 and xcode 8

859988748 commented 7 years ago

I changed MKTextField.swift line 147 from borderStyle = .none to borderStyle = self.borderStyle

It will cause textField has a square background when setting borderStyle to UITextBorderStyleRoundedRect in xib on iOS 10.0.2