-
Notifications
You must be signed in to change notification settings - Fork 806
border doesn't work with swift 3 #208
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
Comments
thanks, I'll take a look |
Reboot fix this issue for me. |
reboot what ? my macbook ? or just the Xcode ? |
rebooting didn't fix the issue and also #import UIKit gave the error : after calling "border self.view" |
This should be fixed by #232. |
Hi.
am trying to border a view (using swift 3 and Xcode 9.1) , but it keeps giving me this error :
error: error: use of undeclared identifier 'CGFloat'
error: error: use of undeclared identifier 'CGColorRef'
error: expected ']'
to match this '['
The text was updated successfully, but these errors were encountered: