Post

Replies

Boosts

Views

Activity

Comment on Is there any way to update an example?
No guarantee at all to be heard. And that may not be the top bug priority.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Dynamically Reconfigure Visible Title of an IB-based UIViewController before it is Visible
Did you try and do it in viewDidLoad ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on CGColorRef is NOT a struct
-- deleted --
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on XCode error "Cannot convert value of type 'NSIndexPath' to expected element type 'Array<IndexPath>.ArrayLiteralElement' (aka 'IndexPath')"
You should close this thread an open a new one. It is better than stacking multiple questions on the same thread. You are using such an old tutorial that you will have problems everywhere. The new class is NSKeyedArchiver.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Higher Order Function
I saw this here: https://stackoverflow.com/questions/50264717/get-all-possible-combination-of-items-in-array-without-duplicate-groups-in-swift But I could not import Algorithms in playground…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Fix For Type '()' cannot conform to 'View' Error?
That's often the case. We know the solution, but do not think of applying… That's why this forum is so useful. Good continuation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Using if condition in Kingfisher.shared.retrieveImage
Yes, you could write: if case TheEnum.success(let value) = result { }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Using if condition in Kingfisher.shared.retrieveImage
I meant match with result, of course.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Most Optimal Way To Fetch Data In A SwiftUI View Once?
I tested, it's enough.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on App Review Rejection
If so, that's effectively a problem. You should contact support (better by phone). Good luck.
Replies
Boosts
Views
Activity
Oct ’22
Comment on "UI unresponsiveness" warning on @main
@Vardan4455 The fact that appDelegate is shown does not mean problem originates here. In fact, it comes from some webKit call.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Get the current screen brightness programatically.
But if brighnesss is set to automatic, there is no such value in settings ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on performSegue is ok with iOS 12.4 but crashes with iOS 16
No answer to the question on how segue was created… Hence no progress…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Thread 13: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
Thanks for feed back. You'd better understand why it crashes in some cases… I read that passwords need to be at least 6 char, don't know if that a cause… Good continuation
Replies
Boosts
Views
Activity
Oct ’22
Comment on Thread 13: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
Not the question. Which line ?
Replies
Boosts
Views
Activity
Oct ’22