iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Autocorrect is capitalizing the first and last name portions of my email address. For fields like this, I would recommend adding ability to just disable autocorrect with textField.autocorrectionType = .no, which can be assigned dynamically on init, of course.
Autocorrect is capitalizing the first and last name portions of my email address. For fields like this, I would recommend adding ability to just disable autocorrect with textField.autocorrectionType = .no, which can be assigned dynamically on init, of course.