Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iceman201/TaniwhaTextField

My first cocoapod framework
https://github.com/iceman201/TaniwhaTextField

animation cocoapods framework ios ios-sdk ios-ui swift swift-framework swift-package-manager swift3 swift4 textfield

Last synced: 3 months ago
JSON representation

My first cocoapod framework

Awesome Lists containing this project

README

        

# TaniwhaTextField


logo

[![Version](https://img.shields.io/cocoapods/v/TaniwhaTextField.svg?style=flat)](http://cocoapods.org/pods/TaniwhaTextField)
[![Swift 5](https://img.shields.io/badge/Swift-5-orange.svg?style=flat)](https://developer.apple.com/swift/)
[![License](https://img.shields.io/cocoapods/l/TaniwhaTextField.svg?style=flat)](http://cocoapods.org/pods/TaniwhaTextField)
[![Platform](https://img.shields.io/cocoapods/p/TaniwhaTextField.svg?style=flat)](http://cocoapods.org/pods/TaniwhaTextField)
[![Issues](https://img.shields.io/github/issues/iceman201/TaniwhaTextField.svg?style=flat)](https://github.com/iceman201/TaniwhaTextField/issues?state=open)

## Introduction
TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it.
## Usage
#### Programme
```
import TaniwhaTextField

class ViewController: UIViewController {

@IBOutlet var taniwha: TaniwhaTextField!

@IBOutlet var marimari: TaniwhaTextField!

override func viewDidLoad() {
super.viewDidLoad()
taniwha.placeholder = "Tena Koe"
marimari.placeholder = "Kia Ora"
}
}

```
#### Storyboard
![image](https://user-images.githubusercontent.com/5027957/28316984-274beb06-6c19-11e7-9357-1a8f0793c2aa.png)

## Example

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

## SPEC

Swift 5.0
support up iOS 11 above

## Installation

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

```ruby
pod "TaniwhaTextField"
```

## Author

iceman201, [email protected]

## License

TaniwhaTextField is available under the MIT license. See the [LICENSE](https://github.com/iceman201/TaniwhaTextField/blob/master/LICENSE) file for more info.