#mauidev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mauidev, aggregated by home.social.
-
There is so much going on in this screen of my current #dotNETMAUI #MacCatalyst app already:
- Loading #SfSymbols via my custom library
- Coloring all icons with the #macOS/#iOS system colors via my custom library
- Extending image control to load a placeholder from SfSymbol
- Custom FramedContentControlWithText
- Entry handler modification to remove the border on MacNote: I did not yet wire up a #ViewModel instance.
#dotNET #CASBAN6 #MAUI #MAUIDev #MVVM #XAML #programming #developer #devlife
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).
Will #blog about it when I ironed out all the quirks.
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject