-
Notifications
You must be signed in to change notification settings - Fork 541
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
Allow title label font to be set #94
Conversation
Hey @ryanwaggoner , thanks for taking the time to contribute. I'm afraid we cannot accept the PR in the current form. It's impossible to see the real changes this way, basically the whole file is one block of change. Would you mind fixing this issue? Edit: sorry, the other way around, you are using tabs while the project uses spaces. |
Fixed |
@ryanwaggoner Thanks. One more thing, let's use |
Ah yeah, I had that originally, and missed it when going back to spaces. One min. |
Done |
@ryanwaggoner Thanks. Do you think we could get rid of the change in the project file? It seems you just disabled tab based white spacing for that one file. |
@ryanwaggoner Great, many thanks. I have to double check what happens if you change the This might take a while so I will get back to you with my review and hopefully PR approval. |
@ryanwaggoner I have to do some more investigations to determine if leaving |
It's nice having it as an |
@@ -74,6 +74,13 @@ open class SkyFloatingLabelTextField: UITextField { | |||
} | |||
} | |||
|
|||
/// A UIFont value that determines font of the title label | |||
@IBInspectable open var titleFont:UIFont? = UIFont.systemFont(ofSize: 13.0){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pelase put a space before {
on this line.
Closing as #141 was merged |
No description provided.