Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

FEAT: UITextField placeholder TextStyle #14

Merged
merged 1 commit into from
Feb 13, 2018

Conversation

jakubpetrik
Copy link
Member

resolves #6

@jakubpetrik jakubpetrik added this to the 1.0.0 milestone Feb 13, 2018
UIView.appearance(whenContainedInInstancesOf: [ViewController.self]).colorStyle = appColor
UIButton.appearance().setTextStyle(h1, for: .normal);
UIButton.appearance().setTextStyle(body, for: .highlighted);
// UIView.appearance(whenContainedInInstancesOf: [ViewController.self]).colorStyle = appColor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just keep this up to date and let's delete it

@jakubpetrik jakubpetrik merged commit e881ff6 into master Feb 13, 2018
@jakubpetrik jakubpetrik deleted the feature/textfield_placeholder branch February 13, 2018 08:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UITextField placeholder TextStyle
2 participants