Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

XFShapeView.iOS has an illegal method Init which interferes with base method #13

Open
marcusts opened this issue Jul 29, 2017 · 0 comments

Comments

@marcusts
Copy link

See Resharper or a similar tool to understand why you cannot use the method name Init with "new". This means that you are blocking the initialization of a lower-level method.

Just rename it to InitializeShapeRenderer or something like that. It's more clear anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant