Re: Cocoa-dev Digest, Vol 8, Issue 565

2011-07-27 Thread Martin Stanley
(oops, corrected response below; sorry) I also have implemented a UITextField for numeric (currency and percentage) input. Here is my experience: 1- I found the Number Pad keyboard fatally lacking due to omission of a decimal point character and a "Done" key. So use a Numbers and Punctuation key

Re: Cocoa-dev Digest, Vol 8, Issue 565

2011-07-27 Thread Martin Stanley
I also have implemented a UITextField for numeric (currency and percentage) input. Here is my experience: 1- I found the Number Pad keyboard fatally lacking due to omission of a decimal point character and a "Done" key. So use a Numbers and Punctuation keyboard. 2- I did not use a UIPickerView be