HurtEnterprises / MedKit

BlackSky is a general hospital bookkeeping program for use by doctors, nurses and other hospital staff to access medical records, various medical documents and other information on the fly and on the go.
1 stars 0 forks source link

Figure out how to turn off autocorrect and do so where applicable (username, email, insurance provider, etc). #15

Closed DevenHurt closed 8 years ago

Utagai commented 8 years ago

See this SO thread. A simple solution, since the TextField objects have functionality for handling user inputs that correspond to things like email, username, password and so on: http://stackoverflow.com/questions/2474824/iphone-issue-disabling-auto-cap-autocorrect-on-a-uitextfield

DevenHurt commented 8 years ago

It looks good! Thanks!