Post

Replies

Boosts

Views

Activity

Comment on Base.lproj not being copied into bundle
What happens when you have a second language other than the default base. I would assume the resources are copied out of based and compiled directly into the final binary seeing it is only one language. Now if you had multiple language resources this should copy the binary copy of base plus the other language resource lproj types.
Dec ’21
Comment on Forum full of spammers
Maybe access to the forums should be contingent on having an app in the store, an app registered in app connect with at least one build in testflight and complete metadata, a paid subscription something that indicates the member is serious about the program, an agreement on file, a validated bank account number ...
Dec ’21
Comment on Cannot convert value of type 'ChooseModel.Angle' to expected argument type 'Angle'
struct Angle: Codable, Equatable {         var degrees: CGFloat     }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Swift dynamic uilabel size
Your dynamic label sizing is also dependant on setting UILabel.lines = 0. Currently UILabel.lines = 1 will limit the layout system from recalculating the height of the label.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Xcode 13.2 - Internal error : Missing Package Description Module
Now the app store update is stuck in going from 13.2 to 13.2.1, looks like I have to delete the previous store version.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Using Combine-Future to Fetch Server Data
They are basically doing the same thing one a bit more efficient than the other.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on my site is not loading on apple mobile phones
Just mark it as spam!
Replies
Boosts
Views
Activity
Dec ’21
Comment on Base.lproj not being copied into bundle
What happens when you have a second language other than the default base. I would assume the resources are copied out of based and compiled directly into the final binary seeing it is only one language. Now if you had multiple language resources this should copy the binary copy of base plus the other language resource lproj types.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Forum full of spammers
Maybe access to the forums should be contingent on having an app in the store, an app registered in app connect with at least one build in testflight and complete metadata, a paid subscription something that indicates the member is serious about the program, an agreement on file, a validated bank account number ...
Replies
Boosts
Views
Activity
Dec ’21
Comment on NSPersistentCloudkitContainer Memory Leak -> Crash? (iOS 15 beta 4 & 5)
Still happens with the retail releases.
Replies
Boosts
Views
Activity
Jan ’22
Comment on its a ranodom test
it is marked as spam
Replies
Boosts
Views
Activity
Jan ’22
Comment on Digits move sideways
It's all about the behaviours of fonts. Pick a font that does the intended job.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Separating CoreData functionality from the View (SwiftUI) but Still with observability
Thanks, did as you suggested but no joy. Even tried a few references on the web using passthrough subjects. The FRC does load the objects on perform fetch but the FRCDelegates isn't invoked when the context changes. So I might have to abstract the @FetchRequest into utility views away from the main set of views.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Separating CoreData functionality from the View (SwiftUI) but Still with observability
--
Replies
Boosts
Views
Activity
Jan ’22
Comment on Separating CoreData functionality from the View (SwiftUI) but Still with observability
Hmm, I found the problem ...
Replies
Boosts
Views
Activity
Jan ’22
Comment on my site is not loading on apple mobile phones
for wasting everyone's time mark the above answers as correct!
Replies
Boosts
Views
Activity
Jan ’22
Comment on Socket - web server problems
--
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22