-
Notifications
You must be signed in to change notification settings - Fork 0
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
Syntax support is not very good. #2
Comments
Xcode version 11.5 |
using implicit .init is actually preferred over explicit CGRect. If you use a solid Linter it ill complain. The argument is:
But you can use CGRect.init, or CGRect as well 🤗 |
But when I wrote example 1, there was no syntax hint after.init |
That doesn't feel good. |
its called dot notion. Its very common. The style you code in is up to you 👍 You can use the style in your example as well. All 3 variations will work 👍 |
For example,
Actual, it's better for syntax support.
Is there any way to support it?
The text was updated successfully, but these errors were encountered: