Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CustomCells.swift #1461

Merged
merged 1 commit into from
Mar 16, 2018
Merged

Update CustomCells.swift #1461

merged 1 commit into from
Mar 16, 2018

Commits on Mar 15, 2018

  1. Update CustomCells.swift

    URLFloatLabelCell Updates:
    - Set autocapitalization to none. This prevents the error where the user types a URL and it starts with a capital "W," such as "Www.github.com".
    - Set autocorrection to no. This prevents the keyboard from correcting spellings, such as adding a space in "business week.com".
    
    Added PhoneFloatLabelRow. In the list of these specialized rows, this type of a row was missing. However, the specialized Phone Cell existed, so it made sense to have this row also.
    ahand authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    b0902af View commit details
    Browse the repository at this point in the history