All Projects → iceman201 → Taniwhatextfield

iceman201 / Taniwhatextfield

Licence: mit
My first cocoapod framework

Programming Languages

swift
15916 projects
swift4
162 projects
swift3
66 projects

Projects that are alternatives of or similar to Taniwhatextfield

Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+4438.46%)
Mutual labels:  framework, swift-framework, cocoapods, swift-package-manager
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+173.08%)
Mutual labels:  swift-package-manager, swift-framework, ios-ui, ios-sdk
L10n Swift
Localization of the application with ability to change language "on the fly" and support for plural form in any language.
Stars: ✭ 177 (+580.77%)
Mutual labels:  swift-framework, cocoapods, swift-package-manager
Swiftframeworktemplate
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file
Stars: ✭ 527 (+1926.92%)
Mutual labels:  framework, cocoapods, swift-package-manager
Calendarkit
📅 Calendar for Apple platforms in Swift
Stars: ✭ 2,049 (+7780.77%)
Mutual labels:  cocoapods, swift-package-manager, ios-ui
Keyboardhidemanager
Codeless manager to hide keyboard by tapping on views for iOS written in Swift
Stars: ✭ 57 (+119.23%)
Mutual labels:  framework, swift-framework, cocoapods
Swiftlyext
SwiftlyExt is a collection of useful extensions for Swift 3 standard classes and types 🚀
Stars: ✭ 31 (+19.23%)
Mutual labels:  swift-framework, cocoapods, swift-package-manager
Netclient Ios
Versatile HTTP Networking in Swift
Stars: ✭ 117 (+350%)
Mutual labels:  framework, swift-framework, swift-package-manager
Tweetextfield
Lightweight set of text fields with nice animation and functionality. 🚀 Inspired by https://uimovement.com/ui/2524/input-field-help/
Stars: ✭ 421 (+1519.23%)
Mutual labels:  cocoapods, swift-package-manager, textfield
Badgehub
A way to quickly add a notification badge icon to any view. Make any view of a full-fledged animated notification center.
Stars: ✭ 592 (+2176.92%)
Mutual labels:  swift-framework, cocoapods
Orsserialport
Serial port library for Objective-C and Swift macOS apps
Stars: ✭ 609 (+2242.31%)
Mutual labels:  framework, cocoapods
Selectabletextview
A text view that supports selection and expansion
Stars: ✭ 626 (+2307.69%)
Mutual labels:  ios-sdk, ios-ui
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+2092.31%)
Mutual labels:  swift-framework, cocoapods
Sablurimageview
You can use blur effect and it's animation easily to call only two methods.
Stars: ✭ 538 (+1969.23%)
Mutual labels:  cocoapods, swift-package-manager
Swiftoverlays
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
Stars: ✭ 621 (+2288.46%)
Mutual labels:  cocoapods, ios-ui
Bluecap
iOS Bluetooth LE framework
Stars: ✭ 669 (+2473.08%)
Mutual labels:  swift-framework, cocoapods
Koyomi
Simple customizable calendar component in Swift 📆
Stars: ✭ 716 (+2653.85%)
Mutual labels:  swift-framework, cocoapods
Openssl
OpenSSL package for SPM, CocoaPod, and Carthage, for iOS and macOS
Stars: ✭ 515 (+1880.77%)
Mutual labels:  cocoapods, swift-package-manager
Guitar
A Cross-Platform String and Regular Expression Library written in Swift.
Stars: ✭ 641 (+2365.38%)
Mutual labels:  cocoapods, swift-package-manager
Zephyr
Effortlessly synchronize UserDefaults over iCloud.
Stars: ✭ 722 (+2676.92%)
Mutual labels:  cocoapods, swift-package-manager

TaniwhaTextField

logo

Version Swift 4.2 License Platform Issues

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

Example

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

SPEC

Swift 4.2 support up iOS 8 above

Installation

TaniwhaTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TaniwhaTextField"

Author

iceman201, [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].