Post

Replies

Boosts

Views

Activity

Reply to Xcode 13 typing is delayed / really slow
yes, same issue here. it's a huge bug in Xcode 13. there was no issue in beta 1. the problem started from beta 4. i thought it was fixed in the final release as it worked normally for a few hours. but now the same problem came back I'm re-submitting this bug to Apple. in the meantime, I'm back to working in Xcode 13 Beta 1 as there's no issue there.
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’21
Reply to NSAlert Replacement for Big Sur Allowing Longer Messages
That's great!! Thanks for putting it together. I thought of creating my own replacement, but your project seems to do exactly what I need (as well as any other Mac developer, in my view). The redesigned NSAlert on Big Sur is a total disaster. In addition to cutting off long messages, the center-aligned text is simply not suitable for human consumption. The entire centered alignment of elements is also tasteless and visually unappealing. Those who designed the alerts lack the very basic knowledge of text legibility as well as human-oriented UI design in general. It's a big embarrassment for Apple. They're supposed to have the best UI designers in the world. And yet it looks like Apple just grabs random people from the street to design certain UI elements. Sadly, despite overwhelmingly negative feedback from both users and developers, nothing was changed on Monterey. I hope to implement NSCustomAlert in all my apps as soon as possible. And hope that other developers will follow the suit. P.S. In your current code, the alert cannot be moved with the mouse. I solved this issue by removing the NSWindowStyleMaskDocModalWindow mask AND adding _panel.movableByWindowBackground = YES. I'll post this feedback on git as well.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’21
Reply to Give my own app on the app store away for free to specific customers ?
You can create promo codes in Services > Promo Codes.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode 14 is still unusable on Ventura: IBOutlet properties not recognized
Ha. I installed Ventura on a different partition of the same MacBook Pro (M1 Pro, 16", 2021) - and outlets work in Xcode 14 there with no issues. It means to me that the bug is somewhere there hiding, waiting for the right conditions to happen. But, hopefully, it must be extremely rare.
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode 14 UNUSABLE: New IBOutlet properties not recognized in Interface Builder
@Ptit-Xav: I just added a correction: The problem only happens on macOS Ventura (latest beta), no issues on macOS 12.6.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 14 UNUSABLE: New IBOutlet properties not recognized in Interface Builder
Important correction: This problem only happens on macOS Ventura (latest beta). There's no issue on macOS 12.6.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 13 typing is delayed / really slow
@coderkid: i wonder if you have the same issue with Xcode 13.2 as it fixed this for me. although i never had this issue before Xcode 13.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode 13 typing is delayed / really slow
I received a reply from Apple where they ask to check the forthcoming new update Xcode 13.2 RC: https://developer.apple.com/download/ I've been using it for two days and so far it looks like the issue is fixed there.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13 typing is delayed / really slow
yes, same issue here. it's a huge bug in Xcode 13. there was no issue in beta 1. the problem started from beta 4. i thought it was fixed in the final release as it worked normally for a few hours. but now the same problem came back I'm re-submitting this bug to Apple. in the meantime, I'm back to working in Xcode 13 Beta 1 as there's no issue there.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to NSAlert Replacement for Big Sur Allowing Longer Messages
That's great!! Thanks for putting it together. I thought of creating my own replacement, but your project seems to do exactly what I need (as well as any other Mac developer, in my view). The redesigned NSAlert on Big Sur is a total disaster. In addition to cutting off long messages, the center-aligned text is simply not suitable for human consumption. The entire centered alignment of elements is also tasteless and visually unappealing. Those who designed the alerts lack the very basic knowledge of text legibility as well as human-oriented UI design in general. It's a big embarrassment for Apple. They're supposed to have the best UI designers in the world. And yet it looks like Apple just grabs random people from the street to design certain UI elements. Sadly, despite overwhelmingly negative feedback from both users and developers, nothing was changed on Monterey. I hope to implement NSCustomAlert in all my apps as soon as possible. And hope that other developers will follow the suit. P.S. In your current code, the alert cannot be moved with the mouse. I solved this issue by removing the NSWindowStyleMaskDocModalWindow mask AND adding _panel.movableByWindowBackground = YES. I'll post this feedback on git as well.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Big Sur - Standard Alert Buttons Will Create User Confusion
Absolutely. While Apple did introduce some nice UI refinements on Big Sur, there are also several UI changes that are quite horrible and defy any common sense and basic rules of intuitive human-oriented UI design. Unfortunately, Apple didn't improve anything on Monterey. I'll soon submit several messages dedicated to each of the unfortunate UI changes on Big Sur.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21