Post

Replies

Boosts

Views

Activity

Comment on The new iPad Mini (6th generation) introduces a new, smaller(!), screen size?
You are right, of course @Claude31, BUT my point is that for the last 11 years, we have had a consistent "minimum" dimension of 1536. Apple eventually released larger iPads, and this week it has released a smaller one. Lots of existing iPad apps have sized their content based on that 1536 minimum. The way that Storyboards/constraints/SwiftUI handle a smaller size (than expected) will suddenly become very important, but no-one (outside Apple) has tested that yet! Imagine if Apple released an iPhone that was smaller than any previous model... would all your apps display okay?
Sep ’21
Comment on Implementing CloudKit in macOS application
So CloudKit framework is sending your app something, that you are recieving on a background thread, then you are updating the UI. Same thing. Perhaps you could share some code, to illustrate where the problem lies?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on What's the best way for a remote team to work on an xcode project?
Git is available in Xcode, and includes built-in support for GitHub, GitLab and Bitbucket accounts (which I think all have a free tier). I've used all three of these (with different clients), and they all work well. Or if you want to roll your own, you can host your own remote repository.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Keyboard layout move to upper
That's good @Danny_27- Please now mark the question as "answered".
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on The given data was not valid JSON.
Did you get it working, @Ivan_VO?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Value of type 'UITableViewCell' has no member 'nameLabel'
Yes, that's right @devinkkperry, when you dequeue your cell, you cast it to the correct type.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Upload to the store Error
You're welcome Dave! If you could mark my answer as correct (using the "tick" icon) that will help other people with the same issue.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Can't read 'data' object returned from URLRequest
Ah, we can't have proper formatting in a "Comment", so I'll have to add this extra information as another Answer...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on App Ownership Question
I'm not familiar with fast comet, so you may want to raise this as a separate question. The answer may depend on what the backend actually is, but I would think that if it is hosted on your account, that is the main thing.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Xcode 13 beta, code completion error!!!
It just works for me, @wkKevin. I start to type "func viewDi", and it auto-completes as in your video, then when I press Return, it adds the "override" and the rest of the func.
Replies
Boosts
Views
Activity
Sep ’21
Comment on The new iPad Mini (6th generation) introduces a new, smaller(!), screen size?
You are right, of course @Claude31, BUT my point is that for the last 11 years, we have had a consistent "minimum" dimension of 1536. Apple eventually released larger iPads, and this week it has released a smaller one. Lots of existing iPad apps have sized their content based on that 1536 minimum. The way that Storyboards/constraints/SwiftUI handle a smaller size (than expected) will suddenly become very important, but no-one (outside Apple) has tested that yet! Imagine if Apple released an iPhone that was smaller than any previous model... would all your apps display okay?
Replies
Boosts
Views
Activity
Sep ’21
Comment on How do I show the output in terminal?
Xcode 13.0 RC... I don't see that option.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Is Quinn “The Eskimo!” actually a franchise?
Hi @Claude31. If you are familiar with Dread Pirate Roberts, then you will know that I may not be entirely serious (perhaps British humour is a bit too dry for the forum?). However, Apple would be a fool to ever let go of someone as knowledgeable as Quinn! Just saying!
Replies
Boosts
Views
Activity
Sep ’21
Comment on Core Data Predicate Filter By Today's Date
Looks good... try it!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Info.plist NSAdvertisingAttributionReportEndpoint bug
I suggest you post the entire Info.plist (as code, not as a screenshot), then people may be able to see the issue.
Replies
Boosts
Views
Activity
Sep ’21
Comment on Returning different dates from CoreData objects using NSPredicate
(@OOPer got there at the same instant!)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21