Post

Replies

Boosts

Views

Activity

Comment on Xcode 15, how to uncheck "Connect via network" for physical device?
What if Apple "keeps this professional" and does not take such radical decisions that affects hundreds of thousands of people. Loading apps on device and debugging is extremely slow, and I've lost hours of works because of this. Guessing by the comments here, tons of feedback has been received by Apple, even from the beta stage, yet Apple released this crawling Xcode.
Nov ’23
Comment on The File’s Owner object of a NIB file
The explanations are clear, yet the File's Owner's very existence reason is unclear, why does it exist since it's not working ? I have a custom UIView class, MyView, with an IBOutlet member called 'button'. If I set File's Owner as MyView, and the IBOutlet is connected to File's Owners's 'button', I get the error: "this class is not key value coding-compliant for the key button". If I set the nib's top object class as MyView, and the IBOutlet is connected to MyView's 'button', it just works.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’23
Comment on Distance between each store screen size
Nope, the question is about the "distance between each screen" in AppStore, the gap between screenshots when they are displayed in AppStore.
Replies
Boosts
Views
Activity
Mar ’24
Comment on The view.layer.presentation() 's value is not accurate.
Any update on this?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Xcode 15, how to uncheck "Connect via network" for physical device?
Thanks, unfortunately I've filled a couple of bug reports over the years, and also feature improvement reports, and none of them ever got tackled. It looks like Apple doesn't need our bug reports anyways.
Replies
Boosts
Views
Activity
Feb ’24
Comment on iOS13 Wrong UIPasteboard.general.changeCount after UITextField becomes first responder
No. The solution that I've described above works fine for me and I didn't research further.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Xcode 15, how to uncheck "Connect via network" for physical device?
What if Apple "keeps this professional" and does not take such radical decisions that affects hundreds of thousands of people. Loading apps on device and debugging is extremely slow, and I've lost hours of works because of this. Guessing by the comments here, tons of feedback has been received by Apple, even from the beta stage, yet Apple released this crawling Xcode.
Replies
Boosts
Views
Activity
Nov ’23
Comment on iOS 14 Navigation back button menus
Setting the 'navigationItem.backBarButtonItem' disables the back swipe gesture. Use with care.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Xcode 15.0 crashes when uploading apps to App Store Connect
Check the version string, for me if was a misplaced dot "2..1.1", but I read other posts getting the same error for non numeric chars, like for "1.1-2". (Assuming that you have accepted the agreements, which can also cause an error if not.)
Replies
Boosts
Views
Activity
Oct ’23
Comment on Xcode contines to quit unexpectedly when archiving the App
NOT fixed, got the same crash 8 years later, it's a shame.
Replies
Boosts
Views
Activity
Sep ’23
Comment on The File’s Owner object of a NIB file
The explanations are clear, yet the File's Owner's very existence reason is unclear, why does it exist since it's not working ? I have a custom UIView class, MyView, with an IBOutlet member called 'button'. If I set File's Owner as MyView, and the IBOutlet is connected to File's Owners's 'button', I get the error: "this class is not key value coding-compliant for the key button". If I set the nib's top object class as MyView, and the IBOutlet is connected to MyView's 'button', it just works.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on VisionOS 1.0 beta 1 Simulator "Not compatible with XCode 15.0 beta 2"
"Manually copying the .simruntime into the intended location for installation is an unsupported workflow." Why then does the Vision OS dmg begin to download automatically? The DMG contains no instruction about how to use it, hence one would copy it under Library/..., and then start Xcode, which starts but cannot verify the VisionOS.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on How to disable auto-indent of properties and methods in Swift/Xcode
Yes, that's what I mean. I can change to 2 spaces, but it's the same result overall, 1 indentation level is always there.
Replies
Boosts
Views
Activity
Feb ’23
Comment on Prevent creating "Default configuration" scene on macCatalyst at startup
I'm doing all that, but it never crossed my mind to switch the kind of scene based on the activity passed in. Thank you!
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on 'UIColorPickerViewController' is only available in Mac Catalyst 14.0 or newer
It looks like I have different settings, I've added the screenshots in a separate answer. My app was iOS only, then I added macCatalyst, and here's the settings that I have now. The macCatalyst app is released as a separate one, if it matters.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Is there a scribble gesture for new line/return?
The solution proposed by 'felipektavares' is more terrible than the current one, and adds unnecessary shortcuts to learn, please Apple, dont implement it using a crossed line.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21