An open API service indexing awesome lists of open source software.

https://github.com/brownsoo/materialliketextfield

One file material design styled UITextField
https://github.com/brownsoo/materialliketextfield

material-ui swift4 uitextfield

Last synced: 3 months ago
JSON representation

One file material design styled UITextField

Awesome Lists containing this project

README

        

# MaterialLikeTextField

[![CI Status](https://img.shields.io/travis/brownsoo/MaterialLikeTextField.svg?style=flat)](https://travis-ci.org/brownsoo/MaterialLikeTextField)
[![Version](https://img.shields.io/cocoapods/v/MaterialLikeTextField.svg?style=flat)](https://cocoapods.org/pods/MaterialLikeTextField)
[![License](https://img.shields.io/cocoapods/l/MaterialLikeTextField.svg?style=flat)](https://cocoapods.org/pods/MaterialLikeTextField)
[![Platform](https://img.shields.io/cocoapods/p/MaterialLikeTextField.svg?style=flat)](https://cocoapods.org/pods/MaterialLikeTextField)
[![codebeat badge](https://codebeat.co/badges/66d4804e-dd31-425a-bd26-6dbc724a5640)](https://codebeat.co/projects/github-com-brownsoo-materialliketextfield-master)

### MaterialLikeTextField is material design styled text field, extends UITextField class.

![Demo for MaterialLikeTextField](mf-sample.gif)

### TODO

- [ ] adjust Auth font size
- [ ] Code line documentation.
- [ ] add more examples

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

MaterialLikeTextField is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'MaterialLikeTextField'
```

## Author

brownsoo, [email protected]

## License

MaterialLikeTextField is available under the MIT license. See the LICENSE file for more info.