dotnet / dotnet/macios

Supported AppKit types (e.g. NSCursor, NSImage) are missing from iOS

Open
#23,813 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.