The UI for the cell is a title ("Total Amount") and a label underneath that says the currency value. What I'm having trouble with is the VoiceOver support for this cell. When the user taps on the cell with VoiceOver enabled, it doesn't say the value at all. It just says "Total Amount".
Should I try to incorporate the value inside of the label instead?
Hello! My window property is stored in the SceneDelegate.h file. It's stored as a strong and nonatomic property with the type UIWindow.
@property (strong, nonatomic) UIWindow *window;
Should I instead store the property in the implementation file?
All right! So, I have two sets of constraints to conditionally set based on the size of the text? I’ll implement that and see what I get! I appreciate your answer!
I was able to set the constraints conditionally and it worked great! I appreciate you pulling me in the right direction! I'm going to post a reply with a code snippet to help some people out in the future!
Hello! I have submitted a bug report with recordings and some of my code files. I will keep debugging further to see if it's an issue on my part. Thank you for your help! Have a great day!
Feedback ID:
FB21246692
Hello Richard,
Thank you for the information! I will check these out and see if that is the issue! My heightForRowAtIndexPath method returns UITableViewAutomaticDimension, so I will try implementing an estimated height.
Best,
Dillon Teakell
The UI for the cell is a title ("Total Amount") and a label underneath that says the currency value. What I'm having trouble with is the VoiceOver support for this cell. When the user taps on the cell with VoiceOver enabled, it doesn't say the value at all. It just says "Total Amount".
Should I try to incorporate the value inside of the label instead?
Hello! My window property is stored in the SceneDelegate.h file. It's stored as a strong and nonatomic property with the type UIWindow.
@property (strong, nonatomic) UIWindow *window;
Should I instead store the property in the implementation file?
All right! So, I have two sets of constraints to conditionally set based on the size of the text? I’ll implement that and see what I get! I appreciate your answer!
I was able to set the constraints conditionally and it worked great! I appreciate you pulling me in the right direction! I'm going to post a reply with a code snippet to help some people out in the future!
Hello! I have submitted a bug report with recordings and some of my code files. I will keep debugging further to see if it's an issue on my part. Thank you for your help! Have a great day!
Feedback ID:
FB21246692
Hello Richard,
Thank you for the information! I will check these out and see if that is the issue! My heightForRowAtIndexPath method returns UITableViewAutomaticDimension, so I will try implementing an estimated height.
Best,
Dillon Teakell