Use a computed property :
var opacity: Double { disabled ? 0.5 : 1 }
Post
Replies
Boosts
Views
Activity
Where is the crash log ?
You start correctly with && but continue with $$ .
Can you be more precise ❓
Build your framework with xCode 13.4.1
You can add a tag to the segmented I trop that could be the row index. Then in the segmented control delegate method you can know from which row is the control by looking at its tag value.
What happens if you suppress the 2 Color var ?
May be you use a very old pod. Check for versions.
On iOS extension and app may rarely be running at the same time as starting the extension will put the app to background. You can find more info here
I would say fillEqually , but without seeing you stack view settings it is hard to tell.
A very big file is always bad as it is difficult to maintain if not properly structured. With Swift you can set protocol conformance in class/struct extensions and set store extension in different files. Making multiple files may enable preview/error auto search faster as the whole file does not need to be reabzlysed for each modification. BTW, when you build for archive for example, it is good to clean build folder before . I don’t think build time should be very different .
AppURLSchemeName does not seems a valid url. Should be something like scheme://something
Have you check in the device log for some information ? Also xCode,iOS versions ?
I can’t say a lot about your problem but few hints : try disable handoff, AirPlay sharing, airdrop. You could also try to download some utility like Lulu (by Objective-See) or Little Snitch to control the output connections from your computer,
I would say Because.
Could you add more information about what your code do. What is the html used, …?