-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't properly customize control because of many private variables #2
Comments
What are you trying to achieve? And please provide some context that could help reproduce the error. |
I wrote a separate bug for that issue. The issue mentioned in this topic is I can't customize hitTest because it refers to private variables. In my particular case I want to call "next action" on clicking in the whole tutorial view except of some area which is different from the "TutorialItem" area but can include it. |
additionally - inheritable singleton: |
@gerchicov-bp Thanks for posting the issues. This library and other libraries with the |
Wanted to customize
hitTest
-'focus' is inaccessible due to 'private' protection level
Tried to fix
focus
modifier to public -Property must be declared private because its type uses a private type
and etc.
This project contains errors (I can't describe now it but it linked with constraints + mask area) but I can't even try to fix them by subclassing because all the necessary variables are declared as private.
So if you don't provide proper delegate methods - could you at least remove all the
private
marks? It is enough fast solutionThe text was updated successfully, but these errors were encountered: