All Projects → richa008 → Currencytextfield

richa008 / Currencytextfield

Licence: mit
UITextField that automatically formats text to display in the currency format

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Currencytextfield

Autocomplete
jQuery like auto complete for iOS UITextField
Stars: ✭ 36 (-23.4%)
Mutual labels:  uitextfield
Tweetextfield
Lightweight set of text fields with nice animation and functionality. 🚀 Inspired by https://uimovement.com/ui/2524/input-field-help/
Stars: ✭ 421 (+795.74%)
Mutual labels:  uitextfield
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+1493.62%)
Mutual labels:  uitextfield
TJTextField
UITextField with underline and left image
Stars: ✭ 45 (-4.26%)
Mutual labels:  uitextfield
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (+529.79%)
Mutual labels:  uitextfield
Uitextfield Navigation
🏄‍♂️ UITextField-Navigation makes it easier to navigate between UITextFields and UITextViews
Stars: ✭ 436 (+827.66%)
Mutual labels:  uitextfield
APJTextPickerView
APJTextPickerView is simple implementation for UITextField to use as UIPickerView and UIDatePicker.
Stars: ✭ 21 (-55.32%)
Mutual labels:  uitextfield
Wstagsfield
An iOS text field that represents tags, hashtags, tokens in general.
Stars: ✭ 1,013 (+2055.32%)
Mutual labels:  uitextfield
Shsphonecomponent
UITextField and NSFormatter subclasses for formatting phone numbers. Allow different formats for different countries(patterns).
Stars: ✭ 367 (+680.85%)
Mutual labels:  uitextfield
Autocompletefield
Subclass of UITextField that shows inline suggestions while typing.
Stars: ✭ 656 (+1295.74%)
Mutual labels:  uitextfield
LycricsTextView
No description or website provided.
Stars: ✭ 14 (-70.21%)
Mutual labels:  uitextfield
CurrencyText
Currency text field formatter available for UIKit and SwiftUI 💶✏️
Stars: ✭ 124 (+163.83%)
Mutual labels:  uitextfield
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+11106.38%)
Mutual labels:  uitextfield
TextInputLayout
The objective of this code is to guide you to create login screen with TextInputLayout in iOS app.
Stars: ✭ 30 (-36.17%)
Mutual labels:  uitextfield
Pptextfield
UITextField各种限制,从此一个属性就能解决!比如:手机号(11位)、密码(只能数字和字母)、最大字符串(是否区分中英文)等等这样的限制,以及实时监测输入文字、结束编辑时回调等。
Stars: ✭ 34 (-27.66%)
Mutual labels:  uitextfield
TKFormTextField
A thin UITextField subclass with floatable placeholder and secondary text underneath for subtitle or error messages.
Stars: ✭ 17 (-63.83%)
Mutual labels:  uitextfield
Textfieldcounter
UITextField character counter with lovable UX 💖. No math skills required 🙃.
Stars: ✭ 424 (+802.13%)
Mutual labels:  uitextfield
Sgdigittextfield
Elegant and Simplest Digit UITextField
Stars: ✭ 47 (+0%)
Mutual labels:  uitextfield
Searchtextfield
UITextField subclass with autocompletion suggestions list
Stars: ✭ 980 (+1985.11%)
Mutual labels:  uitextfield
Mmtextfieldeffects
Extension of TextFieldEffects with Custom UITextFields effects inspired by Codrops, built using Objective-C
Stars: ✭ 619 (+1217.02%)
Mutual labels:  uitextfield

CurrencyTextField

The numbers that the user enters in the field are automatically formatted to display in the dollar amount format. For example, if the user enters the numbers 1 and 2, the text in the field is formatted to display $0.12 . If the user enters 3, 4, 5, 6 after that.. the field displays $1,234.56
If the user presses the delete key, the text field displays $123.45

Demo

Alt text

Installation

CocoaPods

Add the dependency to your Podfile:

use_frameworks!

target TARGET_NAME do
    pod 'CurrencyTextField'
end    

Run pod install to install the dependencies.

Source files

Clone this repository or download it in zip-file. Then you will find source files under CurrencyTextField directory. Copy them to your project.

Usage

Import CurrencyTextField and add it programatically to your view or add UITextField in your Storyboard, and then change the custom class to CurrencyTextField

Alt text

 @IBOutlet weak var textField: CurrencyTextField!
 

License

CurrencyTextField is released under the MIT license.

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].