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 2 errors in project from using dot notation when class couldn't #29

Merged
merged 2 commits into from
Feb 25, 2017

Conversation

andrewcar
Copy link

@andrewcar andrewcar commented Feb 25, 2017

...be inferred

@andrewcar andrewcar changed the title Fixed 2 errors in project from using dot notation when UIColor could … Fixed 2 errors in project from using dot notation when class couldn't Feb 25, 2017
@GJNilsen
Copy link
Owner

GJNilsen commented Feb 25, 2017

I would have changed it from
@IBInspectable public var strokeColor = UIColor.black
to
@IBInspectable public var strokeColor: UIColor = .black

Suggest you change it so I can merge the pull request :)
And remove the project files please.

@GJNilsen GJNilsen merged commit f762fb3 into GJNilsen:master Feb 25, 2017
@andrewcar
Copy link
Author

Sorry I forgot to remove the project files.

You should use a .gitignore.

@GJNilsen
Copy link
Owner

Yah, I probably should. Back when I started the project, I knew close to nothing regarding git and GitHub..

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.

None yet

2 participants