python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIImage(named:) with period loads wrong image (e.g. for SFSymbols)
I want an easy way to load SFSymbol images with configuration, if possible. Else just load the image normally. So I have this extension and I have all SFSymbols I need in in my assetcatalog with the s...
thisIsTheFoxe
Votes: 0
Answers: 1
Can't load image from other asset catalog
I have a Xamarin Forms app which has 2 Asset Catalogs. One of them is part of a library and is called SharedAssets, the other one is part of the iOS project for the app and is called Assets.
The "...
Dennis van Opstal
Votes: 0
Answers: 1
The best way to manage colours in dark or light mode
At work we have a design system for our colours, for example
red-1
red-2
red-3
green-1
green-2
green-3
The hex codes behind these might change, but also a component or set of components might, for exa...
Matt Beaney
Votes: 0
Answers: 2
How can an app's xib/storyboard render images from an asset catalog (which is a swift package resource)?
About
Our Asset catalog was moved from the App target to swift package resource. Afterward the App's existing storyboard/xibs can no longer render those assets unless the asset catalog is copied via C...
VaporwareWolf
Votes: 0
Answers: 0