FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ios-lib/VNDTextField: Bàn phím gợi ý tiền Việt Nam. · GitHub

Repository files navigation

VNDTextField

The numbers that the user enters in the field are automatically formatted to display in the VNĐ amount format.

Demo

Installation

Source files

Add new swift package by link: Xcode -> File -> Swift packages -> Add package Dependency... and parse this link:

https://github.com/ios-lib/VNDTextField

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

Usage

Sample here: https://github.com/ios-lib/VNDDemo/tree/main

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

import VNDTextField

@IBOutlet weak var myTextfield: VNDTextField!
 
 myTextfield.setButtonBackGroundColor(backgroudColor: .darkGray)
 myTextfield.setButtonCornerRadius(cornerRadius: 10)

Athor

Create by: SunPencil

website: codetoanbug.com

License

VNDTextField is released under the MIT license.

About

Bàn phím gợi ý tiền Việt Nam.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL