Post

Replies

Boosts

Views

Activity

Comment on Problem with Segue
It is really hard (and a bit frustrating) to try to help with the limited information you give and see that the problem is (according to you) in a place you did not show. So please, show comprehensive code if you want more help.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Mar ’23
Comment on Is this bad practice?
@GMacD53  Sorry, that was about another answer. I have edited my answer to make it clear who I was answering to. But maybe I missed some points on your question (I asked you if it was about extension, you did not answer). You don't show enough to tell if there is any risk in your code, except for readability if you do not follow Swift conventions. Anyway, wish you good learning.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’23
Comment on Return values for NSViewController
Thanks for the feedback. So your question was more about calling a func from VC2 in VC1. Effectively, in this case, delegation is a very good pattern. I had forgotten this old thread… Another one may be notification.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Minor typo issue on Swift Fundamentals in iBooks
To file a bug report, connect to https://feedbackassistant.apple.com/
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Problem with Segue
It is really hard (and a bit frustrating) to try to help with the limited information you give and see that the problem is (according to you) in a place you did not show. So please, show comprehensive code if you want more help.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on What is Metal's “RG4B10Float” format (`MTLPixelFormatRG4B10Float` / `MTLPixelFormat.rg4b10Float`)?
Note: RG4B10Float would be 4*2 + 10 = 18 bits, not 32 bits.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Extending Weird Classes
Thanks for feedback. Don't forget to close the thread.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on How to implement EnvironmentObject in my project?
A good practice on the forum is to tell how you fixed it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Question of curiosity: why different fonts in different forum sections ?
In Safari Version 16.3 (17614.4.6.11.4, 17614) for MacOS 12.6.3, most (all ?) pages display normally.
Replies
Boosts
Views
Activity
Feb ’23
Comment on App rejected for - Guideline 2.1 - Performance - App Completeness
@Danvdb Usually the solution is to correct the bugs ! To chase them, use debugging tools as Instruments, to track leaks, zombies…
Replies
Boosts
Views
Activity
Feb ’23
Comment on Question of curiosity: why different fonts in different forum sections ?
Thanks Quinn for the feedback. It is a minor issue, for sure, but we shall measure font kerning every minute. 😉
Replies
Boosts
Views
Activity
Feb ’23
Comment on Question of curiosity: why different fonts in different forum sections ?
Yes, it seems to occur once you posted something on the page.
Replies
Boosts
Views
Activity
Feb ’23
Comment on Info.plist no UIScene configuration dictionary (no name)
And probably, Info.plist now shows in the files list. Wish you good continuation.
Replies
Boosts
Views
Activity
Feb ’23
Comment on Is this bad practice?
@GMacD53  Sorry, that was about another answer. I have edited my answer to make it clear who I was answering to. But maybe I missed some points on your question (I asked you if it was about extension, you did not answer). You don't show enough to tell if there is any risk in your code, except for readability if you do not follow Swift conventions. Anyway, wish you good learning.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on What is a reliable way, to check user system locale is using 12-hours or 24-hours format?
You've marked as correct before testing… So don't expect many more answers now. Or post a new thread. I may have a solution to propose.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Most wanted Xcode features…
You've been heard with Xcode 14. A good improvement.
Replies
Boosts
Views
Activity
Feb ’23
Comment on SwiftUI Navigation Bar appears behind Status Bar
A good practice is to tell what the fix is. That may help others if they face the same problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23