Skip to content

Custom UITextFields effects inspired by Codrops, built using Swift

License

Notifications You must be signed in to change notification settings

Sunnyztj/TextFieldEffects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextFieldEffects

I fell in love with the text inputs effects in this article. As an exercise I decided to recreate as many of them as I can using Swift (some of them have a personal touch).

Currently it features the following effects from the article:

  • Kaede
  • Hoshi
  • Jiro
  • Isao
  • Minoru
  • Yoko
  • Madoka
  • Akira

How they look

Kaede

Hoshi

Jiro

Isao

Minoru

Yoko

Madoka

Akira

Installation

Manual

The easiest way to install this framework is to drag and drop the TextFieldEffects/TextFieldEffects folder into your project. This also prevents the frameworks problem in iOS where the IBInspectable and IBDesignable are stripped out.

Cocoapods

Add the following to your Podfile:

use_frameworks!
pod "TextFieldEffects"

Carthage

Add the following to your Cartfile:

github "raulriera/TextFieldEffects"

How to use them

Check out the demo project to see the configuration options for each effect.

Created by

Raul Riera, @raulriera

About

Custom UITextFields effects inspired by Codrops, built using Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 90.1%
  • Ruby 8.8%
  • C++ 1.1%