Post

Replies

Boosts

Views

Activity

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 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 Adding hints, instructions, help to IOS App
You welcome. Tell us what you did, and then close the thread. Wish you good continuation.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Rotating a page in a pdf file - and get a mirrored image
I should have thought of it earlier: composition of x axis 180° and y axis 180° is z axis 180°, what I was looking for.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Deactivate Notifications Of Other Apps
AFAIU, it is likely an iOS design choice not to allow.
Replies
Boosts
Views
Activity
Aug ’21
Comment on No more mail notification from forum
Thanks for this quick correction.
Replies
Boosts
Views
Activity
Aug ’21
Comment on iOS UIAlertController Line separator missing in iPhone 12, iOS 15
OK, I've not installed iOS 15 on device. Please file a bug report.
Topic: UI Frameworks SubTopic: UIKit 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
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 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 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 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 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 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 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 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 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