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

Conversation

ahand
Copy link
Contributor

@ahand ahand commented Mar 15, 2018

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.

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.
@mats-claassen mats-claassen merged commit a2222a0 into xmartlabs:master Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants