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

Fixed: UITextField placeholder text is visible while skeleton is showing #356

Conversation

keshavamurthy1
Copy link
Contributor

@keshavamurthy1 keshavamurthy1 commented Jan 15, 2021

Resolves #345

Setting placeholder to nil on prepareViewForSkeleton() method
Created RecoverableTextFieldState, which has textColor and placeholder properties,
Added UITextField extension in Recoverable.swift
Setting the values back to UITextField properties on recoverViewStage method with 'forced' parameter is true

Summary

Describe the goal of this PR. Mention any related Issue numbers.

Requirements (place an x in each of the [ ])

…ing Juanpe#345

Setting placeholder to nil on prepareViewForSkeleton() method
Created RecoverableTextFieldState, which has textColor and placeholder properties, Added UITextField extension in Recoverable.swift, setting the values on recoverViewStage 'forced' is true
@Juanpe
Copy link
Owner

Juanpe commented Feb 2, 2021

Hi @keshavamurthy1, please, could you update your branch, it seems something is failing. I've updated the CI system, so it's possible that your branch works fine

@Juanpe Juanpe changed the title Fixed: UITextField placeholder text is visible while skeleton is show… Fixed: UITextField placeholder text is visible while skeleton is showing Feb 2, 2021
@keshavamurthy1
Copy link
Contributor Author

@Juanpe done, all checks are passed now.

@Juanpe
Copy link
Owner

Juanpe commented Feb 3, 2021

Yeah, now it looks great 🤙

Thanks again for contributing ;)

@Juanpe Juanpe merged commit c6dfcf9 into Juanpe:develop Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UITextField placeholder text is visible while skeleton is showing
2 participants