namshi/NMFloatLabelSearchField

Name: NMFloatLabelSearchField

Owner: Namshi

Description: A lightweight subclass of UITextField to display floating hint and suggestion list as you type

Created: 2018-03-11 10:50:10.0

Updated: 2018-04-17 08:45:45.0

Pushed: 2018-03-12 16:10:27.0

Homepage:

Size: 4187

Language: Swift

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NMFloatLabelSearchField

A lightweight subclass of SkyFloatingLabelTextField to display dynamic floating hints and suggestion list as you type text in the text field. It's a combination of SkyFloatingLabelTextField and SearchTextField pods.

NMFloatLabelSearchField Demo Gif
From Example App

Demo_v0.1.0

From Namshi App

Namshi App Ar Namshi App En

Installation
Requirements

iOS 9.3 or above

Swift Version

Swift 4 supported from 0.1.0 version.

CocoaPods

The control is available through CocoaPods. CocoaPods can be installed using Ruby gems:

m install cocoapods

or if you have already cocoapods installed, then update as:

coapods update

Then simply add NMFloatLabelSearchField to your Podfile:

frameworks!

'NMFloatLabelSearchField', '~> 0.1.0'

Lastly, install the latest version of the library by running:

install

https://github.com/namshi/NMFloatLabelSearchField.git

Manual

You can download the latest files from our Releases page. After doing so, copy the Swift file in the Sources folder to your project.

Demo

Check out the Example project.

Copyrights

This library has SkyFloatingLabelTextField as a dependency and includes code from SearchTextField. All the code from these two pods is the copyright of the respective authors. If you like this library, please appreciate these two libraries as well.

All right reserved. Namshi Team 2018.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.