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

Can I somehow use it for CLBeacon init method? #28

Open
adriantabirta opened this issue Feb 27, 2023 · 0 comments
Open

Can I somehow use it for CLBeacon init method? #28

adriantabirta opened this issue Feb 27, 2023 · 0 comments

Comments

@adriantabirta
Copy link

Problem: I need CLBeacon private init method:

-(id)initWithProximityUUID:(id)arg1 major:(id)arg2 minor:(id)arg3 proximity:(long long)arg4 accuracy:(double)arg5 rssi:(long long)arg6 ;

that I have found here

So does not work:

let beacon = Dynamic(className: "CLBeacon").initWithProximityUUID("uuid", major: 1, minor: 1, proximity: 1, accuracy:0.4, rssi: 50)

// use beacon here

Please help

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

1 participant