Code Monkey home page Code Monkey logo

ndemailtextfield's Introduction

NDEmailTextField

CocoaPods

  1. Autocomplete email text field for iOS.
  2. Subclass of UITextField.
  3. SUPER EASY to use.
  4. Customizable.

Requirements

  • Xcode 8.0+
  • iOS 7.0+

Screenshots

Basic demo animated GIF

We are also using NDEmailTextField!

Noondate demo

Installation

Use Cocoapods

pod 'NDEmailTextField'

Usage

  • Import NDEmailTextField.

    #import <NDEmailTextField/NDEmailTextField.h>
  • Just initialize NDEmailTextField and add to your view.

    NDEmailTextField *textField = [[NDEmailTextField alloc] init];
    [self.view addSubview:textField];
  • Set the domain list (optional)

    textField.domains = @[@"mozzet.com", @"yourdomain.com"];
  • Set the domain text color (optional)

    textField.domainTextColor = [UIColor yourOwnColor];

To do

  • Interface builder support.
  • Attributed domain text.

Author

NDEmailTextField is written by Taejun Kim (KimDarren) @mozzet.

License

NDEmailTextField is under MIT license. See the LICENSE for more info.

ndemailtextfield's People

Contributors

kimdarren avatar jinwoo1996 avatar

Stargazers

 avatar Ruttanachai Auitragool avatar Mash'al AL-Ma'mari avatar Carson Wang avatar  avatar Daniel Nguyen avatar  avatar Tula avatar  avatar Rameswar Prasad Patnayak avatar minho avatar Eleanor Choi avatar Hyuk Choi avatar Utsav Patel avatar Dongdong Gao avatar  avatar  avatar David Li. avatar  avatar  avatar ChangMin Lim avatar 강명서 (Myungseo Kang) avatar jangjunha avatar Tram Nguyen avatar David Renoldner avatar Younjune Kim avatar jack.jack(잭) avatar  avatar KimAeYeong avatar Sunhyoup Lee avatar Wooseong Kim avatar MinHyeok Kim avatar Jaewon Noh avatar  avatar Seho Noh avatar Suyeol Jeon avatar Carabineiro avatar Haze avatar

Watchers

James Cloos avatar lee sung min avatar Carabineiro avatar  avatar  avatar Jeonggeun Kim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.