Supported AppKit types (e.g. NSCursor, NSImage) are missing from iOS
Open
api-bindings
requires-swift
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 123
Description
### Apple platform
iOS
### Framework version
net9.0-*
### Affected platform version
.NET SDK 9.0.305
### Description
`NSCursor` is supported from iOS 13 for assistive touch:
https://developer.apple.com/documentation/appkit/nscursor
Noticed that `NSImage` is also missing:
https://developer.apple.com/documentation/appkit/nsimage
### Steps to Reproduce
```csharp
NSCursor.ArrowCursor.Set();
```
### Did you find any workaround?
_No response_
### Relevant log output
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.