SwiftUI support in MAUI #254
Replies: 5 comments 3 replies
-
This is my concern as well. More and more UI features will be SwiftUI only, especially for iOS-only features such as WatchApp or Widget extension and extensions in general. If Microsoft doesn't support this themselves, at least I hope they will provide extensibility support and guidance to 3rd-party devs who are eager to add functionalities for this |
Beta Was this translation helpful? Give feedback.
-
Not a complete answer: SwiftUI support in Maui would need SwiftUI support in Xamarin.iOS/.NET iOS: xamarin/xamarin-macios#6235 To make that work nicely there will need to be a good way to handle Swift associated types. I have no idea what the status is, but there is: https://github.com/chkn/Xamarin.SwiftUI |
Beta Was this translation helpful? Give feedback.
-
Can you provide some specific examples of what you want to use SwiftUI for via .NET MAUI? What are the "many 3rd party libraries" that you need for your application(s)? |
Beta Was this translation helpful? Give feedback.
-
swiftui is not mature enough for lob |
Beta Was this translation helpful? Give feedback.
-
should i remove all iOS devices and accounts from the system?
…Sent from my iPhone
On Jan 14, 2024, at 11:25 AM, Scott Kuhl ***@***.***> wrote:
The Journaling suggestion API is a good example that requires SwiftUI. As far as I can tell, there is no way to support this in MAUI.
https://developer.apple.com/documentation/journalingsuggestions
—
Reply to this email directly, view it on GitHub<#254 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AECNY5WEIEJVFKLTZXFU6A3YOM6ZXAVCNFSM4SB7QGYKU5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TQMJSGEZTQMI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
SwiftUI is now well supported by Apple and is the future as many new ios and watchos functionality are exclusive to SwiftUI. I also see growing momentum towards swiftUI from ios developers which means many 3rd party packages will use swiftUI.
This also means swift language binding should be better than what is today in xamarin.macios project.
Currently, I don't see any reference or discussion regarding SwiftUI integration, Is this support planned for MAUI projects?
Beta Was this translation helpful? Give feedback.
All reactions