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

maskDelegate is inaccessible #24

Closed
jeremypiednoel opened this issue Nov 3, 2016 · 6 comments
Closed

maskDelegate is inaccessible #24

jeremypiednoel opened this issue Nov 3, 2016 · 6 comments

Comments

@jeremypiednoel
Copy link

Hi I try to trigger the .ValueChanged on AKMaskField but as soon as i set maskExpression the event is not trigger anymore. therefore i tried to set the delegate and i have this error

'maskDelegate' is inaccessible due to 'internal' protection level

valueField.maskDelegate = self
valueField.text = value

I use the swift3 branch.

Thanks,
Have a good day.

@victoraugustolls
Copy link

Same problem here

@artemkrachulov
Copy link
Owner

Hi. Thx for finding this issue. To help me fix this problem I need fully stimulate your situation. Can you help me with this and past code which leads to an error?

@ursanotsomajor
Copy link

ursanotsomajor commented Nov 23, 2016

@artemkrachulov Hello!

There is a problem accessing a delegate in swift 3:
screen shot 2016-11-23 at 22 13 52

Xcode 8.1, Swift 3.0.1

@jeremypiednoel
Copy link
Author

Thanks @ursanotsomajor , indeed i removed the code from my project. so i wasn't able to show you.

@road-t
Copy link

road-t commented Nov 30, 2016

I have the same issue after migrating to Swift 3
The same is for maskStatus.
cleanText is absent at all((

@artemkrachulov
Copy link
Owner

Fixed

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

No branches or pull requests

5 participants