Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iceman201/TaniwhaTextField
- Owner: iceman201
- License: mit
- Archived: true
- Created: 2017-06-22T14:31:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T08:30:04.000Z (11 months ago)
- Last Synced: 2024-08-05T08:22:12.949Z (3 months ago)
- Topics: animation, cocoapods, framework, ios, ios-sdk, ios-ui, swift, swift-framework, swift-package-manager, swift3, swift4, textfield
- Language: Swift
- Homepage: https://liguo.jiao.co.nz
- Size: 348 KB
- Stars: 26
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - TaniwhaTextField - TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it. (UI / TextField & TextView)
- awesome-ios-star - TaniwhaTextField - TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it. (UI / TextField & TextView)
README
# TaniwhaTextField
[![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 TaniwhaTextFieldclass 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.