Git Product home page Git Product logo

mhtextfield's Introduction

#MHTextField Build Status MHTextField is an iOS drop-in class that extends UITextField with built-in toolbar, validation and scrolling support.

##Requirements MHTextField works on iOS 5 and above and is compatible with ARC projects. It depends on the following Apple frameworks:

  • Foundation.framework
  • UIKit.framework

##Including MHTextField to your project

Source files

You can directly add the MHTextField.h and MHTextField.m source files to your project.

  1. Download the latest zip from github or clone the source in your desired directory.
  2. Open your project in Xcode, then drag and drop MHTextField.h and MHTextField.m onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
  3. Include MHTextField with #import "MHTextField.h".

Cocoapods

CocoaPods is the recommended way to add MHTextField to your project.

  1. Add a pod entry for MHTextField to your Podfile pod 'MHTextField', '~> 0.5'
  2. Install the pod(s) by running pod install.
  3. Include MHTextField with #import "MHTextField.h".

License

This code is distributed under the terms and conditions of the MIT license.

mhtextfield's People

Contributors

educosta avatar igotit avatar jrnk avatar mbcrump avatar mehfuzh avatar renzet avatar

Watchers

 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.