Posts

Post not yet marked as solved
1 Replies
245 Views
Hi, We ended up releasing a bug in our apps because of a view modifier that looks like this: func body(content: Content) -> some View { if #available(iOS 16.0, tvOS 16, *) { content .scrollDismissesKeyboard(.immediately) } } Obviously, it is missing an else statement just returning content. But how can this even compile? On iOS < 16 and tvOS < 16 it is returning VOID / NOTHING! while it must return Some View!
Posted
by bjarnelu.
Last updated
.
Post not yet marked as solved
1 Replies
366 Views
I need to change the localized (English (U.K.) app name in connection with a new app update. But when I try to do that I just get: "English (U.K.) Name couldn’t be saved. Try again later." This has been going on for a whole day now, and in multiple browsers.. Anyone experienced this?
Posted
by bjarnelu.
Last updated
.
Post not yet marked as solved
2 Replies
1.8k Views
Is it just me, or doesn't dark work with UITextField?It does not seem to switch color using a dynamic color...I had to override traitCollectionDidChange to make it do the right thing...
Posted
by bjarnelu.
Last updated
.