Pages
-
Recent Posts
Tags
applescript App Store backups bash Brick Wall bugs C Casey checkinstall Chef's Book Clocks Cooking Core-Data Core Graphics Dynamic Drawing games gdb git gym Icons ImageMagick iOS ipad iphone MagickWand migrations Music ncurses NSManagedObject objective-c OCR OpenCV Optical Character Recognition packaging Photography Programming Puzzles Rsync source sudoku Time Ubuntu UITextField utility XCode
Tag Archives: NSLocale
Using a UITextField like an ATM keypad.
A small snippet of code that uses a UITextField like an ATM keypad. E.g. You start typing in a sequence like this: £0.00 -> £0.02 -> £0.20 -> £2.05 -> £20.50 Elsewhere define and store a reference to a NSNumberFormatter … Continue reading