Post

Replies

Boosts

Views

Activity

UIContentUnavailableConfiguration and Accessibility VoiceOver
I have been implementing UIContentUnavailableConfigurations in my app and I've noticed that when contentUnavailableConfiguration changes via func updateContentUnavailableConfiguration(using state: UIContentUnavailableConfigurationState) VoiceOver does not focus on the content of the UIContentUnavailableConfiguration. It either focuses on the NavBar back button or on a subview behind the content unavailable overlay. I've looked at using UIAccessibility.post(notification: UIAccessibility.Notification.screenChanged, argument: nil) but I can't find an accessibility element to provide as an argument. Is there a way to focus VoiceOver on the UIContentUnavailableView when contentUnavailableConfiguration changes?
0
0
293
Nov ’23
Dismiss Tip
Is it possible to disable the ability for the user to dismiss a tip? If not, is there a way to activate a tip again after it has been dismissed? Can the tip status be reset without deleting the datastore? I want to show a tip for password help after 3 failed login attempts but I never want it to be invalidated by the user.
3
1
1.2k
Sep ’23
SF Symbols 3 app crashes
I dragged two of my version 2.0 custom symbols into the Custom Symbols directory in the Library of SF Symbols 3 Beta. The first symbol was fine. The second symbol caused the app to crash. Now it crashes every time I tap Custom Symbols. I tried deleting the app and reinstalling but the crash continues to happen. Is there something else I need to delete to get it to work again?
4
0
1.2k
Jun ’21
Image vertical alignment in subtitleCell configuration
I am using the UIListContentConfiguration.subtitleCell() to display text, secondaryText and a SF Symbol as the image. The secondaryText is quite long in some cells so I would like to vertically align the symbol image to the top of the first line of text rather than the default where it is centered in the cell. Is it possible to override the vertical alignment/position of the image in UIListContentConfiguration.subtitleCell()?
1
0
1.3k
Jul ’20