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

Added nullability annotations and nil defaults. #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added nullability annotations and nil defaults. #17

wants to merge 2 commits into from

Conversation

dpyro
Copy link

@dpyro dpyro commented Mar 18, 2016

I added nullability annotations for use in Swift (no more ugly !). I also allowed nil to be used as a default value and in the case of the font names, the default or an unfound font will use the system font (no more crashing in the Interface Builder). Font sizes < 0 revert to the default size, as all values less than 0.0 are not allowed according to the documentation. I had to push some default settings out of the view constructor but I believe this is an acceptable loss: what the default settings are is not important to the user.

@MatiBot
Copy link
Owner

MatiBot commented Nov 5, 2016

Sorry it took some time, Could you please fix the conflicts so I can merge your helpful changes? Thanks!

@dpyro
Copy link
Author

dpyro commented Nov 29, 2016

Looking at the Travis-CI build output, it seems like the compiler is not understanding the “nullable” annotation. The SDK needs to be at least iOS 8.3 for it to work. Is there any way to update Travis-CI to use that?

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