-
Notifications
You must be signed in to change notification settings - Fork 71
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
missing CALayer.contents -> Any? #120
Comments
BTW: Do you have Discord/Telegram channels for discussion? |
Do you have more info on what you're trying to accomplish? e.g is this for a bare Since the If you wind up finding a more comfortable API and/or you want to buff the I considered making a channel on Matrix at one point, but the level of activity here isn't so significant that it's needed. |
Yes. I'm trying to rewrite a demo from Apple. (You'll need to download the .zip file.)
Great. I didn't find the correct way to call Cheers. |
Apple Docs: https://developer.apple.com/documentation/quartzcore/calayer/1410773-contents
var contents: Any? { get set }
Further, one possible type it accepts is
IOSurface
which is NOT included in this repo.Ref: https://developer.apple.com/documentation/iosurface
Maybe we can create another binding repo for IOSurface.framework?
The text was updated successfully, but these errors were encountered: