Download UITextCurrencyField Free Java Code
Description
Trying to figure out how to apply a currency format to a UITextField? Here you find an example. This approach is based on Michael's Atwood post: http://www.thepensiveprogrammer.com/2011/12/uitextfield format for currency.html.
Source Files
The download file UITextCurrencyField-master.zip has the following entries.
.gitignore// w w w .java2 s . c o m
UITextCurrencyView.xcodeproj/project.pbxproj
UITextCurrencyView.xcodeproj/project.xcworkspace/contents.xcworkspacedata
UITextCurrencyView.xcodeproj/project.xcworkspace/xcuserdata/rod.xcuserdatad/UserInterfaceState.xcuserstate
UITextCurrencyView/AppDelegate.h
UITextCurrencyView/AppDelegate.m
UITextCurrencyView/Formatter.h
UITextCurrencyView/Formatter.m
UITextCurrencyView/UITextCurrencyView-Info.plist
UITextCurrencyView/UITextCurrencyView-Prefix.pch
UITextCurrencyView/ViewController.h
UITextCurrencyView/ViewController.m
UITextCurrencyView/en.lproj/InfoPlist.strings
UITextCurrencyView/en.lproj/MainStoryboard.storyboard
UITextCurrencyView/main.m
Download
Click the following link to download UITextCurrencyField-master.zip.
UITextCurrencyField-master.zipHome »
Objective C Free Code »
UI »
Objective C Free Code »
UI »