can not use UIKit or others in .net ios Bindings?

mc 4,111 Reputation points
2024-07-01T10:46:09.4966667+00:00

I created ios Binding project. and want to compile .a file to .dll

there is ApiDefinition and StructsAndEnums.cs but both of them can not use ios UIImage

NativeHandle Export Verify and all of it.

CGSize Static can not use too.

User's image

I can not use this attribute. which is auto generated by sharpie

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,223 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,491 Reputation points
    2024-07-01T16:11:08.2866667+00:00

    xamarin-macios has the bindings:

    https://github.com/xamarin/xamarin-macios

    0 comments No comments