Post

Replies

Boosts

Views

Activity

Comment on How to stop an animation
Documentation for stop() explains that when stopped, animation goes to the end, not at "where it is". The current progress of the receiver is not reset. When this method is sent to instances of NSViewAnimation (a subclass of NSAnimation) the receiver moves to the end frame location.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’21
Comment on safe area - not understanding what I am seeing
Thanks for the feedback. There was effectively something "wrong" or not as desired in your app. But without seeing and comparing to a project which had no problem, it was a bit hard to find. Notably because that occurred in 2 view controllers (the right term, not storyboard). Probably you duplicated the Help view to create the Fermentation one ? Anyway, don't forget to close the thread.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’21
Comment on Navigation Controller Back Button not working correctly when tapped
Thanks for feedback.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on No email notification for answers to own posts
I posted a bug report as well as a post on this forum. And got some feedback from Frameworks Engineer  here:    https://developer.apple.com/forums/thread/688144 Let's hope it's corrected soon.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Test
OK, I let them work.Maybe they will solve some other pending issues in the forum notifications… 🙂
Replies
Boosts
Views
Activity
Aug ’21
Comment on Cannot find 'SecondView' in scope in swiftui error NavigationView.
So, could you show the complete code ? Probably SecondView is not defined at the right place.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on How to stop an animation
Does that do the job ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on DateComponents configuration for x months
Thanks for feedback. Don't forget to close the thread once you have it working. Good luck. You could also post a bug report, for clarification of doc and more important for suggestion for improvement.
Replies
Boosts
Views
Activity
Aug ’21
Comment on safe area - not understanding what I am seeing
DOn't be in such a hurry. Do you know it is night time in other parts of the world ? And people are not only working on your questions… So, a bit of patience does help. I answer to the question soon.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on safe area - not understanding what I am seeing
Try on SO. But you may see that some people are less conciliatory than here when your question is imprecise…
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on How to stop an animation
Documentation for stop() explains that when stopped, animation goes to the end, not at "where it is". The current progress of the receiver is not reset. When this method is sent to instances of NSViewAnimation (a subclass of NSAnimation) the receiver moves to the end frame location.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on IP packet class in Swift
If it's easy in objc, porting to Swift must be straightforward. Are there specific parts that cause problem ? In that case, post it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on safe area - not understanding what I am seeing
Thanks for the feedback. There was effectively something "wrong" or not as desired in your app. But without seeing and comparing to a project which had no problem, it was a bit hard to find. Notably because that occurred in 2 view controllers (the right term, not storyboard). Probably you duplicated the Help view to create the Fermentation one ? Anyway, don't forget to close the thread.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Can you change the App Icons of other apps?
No, you can't modify, info.plist is part of the bundle protected against modification.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Swift can't find the Entity Core Data
It works with Xcode 13 and 12.5 ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on iOS 11: Is it possible to block screen recording?
And what about someone capturing a photo or video of the screen from another phone ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Is there an entitlement for screen capture on macOS?
@tualatrix It is fixed in 11. I do doubt there will be any change in 10.15. Just do what eskimo advised.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’21