/SwiftyTextfields

A subclass of UITextfield with extra functionality. @IBInspectable so you can make changes from storyboard!

Primary LanguageSwiftMIT LicenseMIT

SwiftyTextfields

3.0 MIT

iOS Swift 3.0 UITextfield class Create awesome textfields!

enter image description here


IBInspectable attributes accessible from the identity inspector.

  • Corner radius
  • Border width
  • Border color
  • Left image
  • Left image width, height, padding
  • Shadow
  • Shadow radius, color, opacity
  • Textfield height

You can see the changes directly on the storyboard!


Installation

Cocoapods:

Coming soon...

Manual:

  • drag 'n drop SwiftyAvatar.swift into your project.

How to use

Storyboard:

  • Select the UITextfied you want to use and change the class to SwiftyTextfields.

Contact & Contribute

  • Feel free to contact me with ideas or suggestions at kalaitzidis34@gmail.com
  • Fork the project and make your own changes