iOS 16 Specific Issues

I have an e-commerce app created using Xcode 13. The app was working fine. But after Apple released iOS 16. I am getting few strange issues.

  1. I have used stepper, which used to increased and decrease quantity. I have used Button for both the "+" button and for "-" button. But in app "+" is showing and "-" is not showing.

I have also tried changing the text in place of "-" and the same is working fine but "-" is not working.

On changing the color or text through code is not reflecting but working fine for other texts.

A code can be useful to understand the issue

Have you defined the button in storyboard ? If so, could you post the details of the screenshot of the complete attributes inspector for both buttons ('+' and '-') ?

I tried to reproduce your case, in iOS 16.1 simulator and Xcode 14.1, with 2 buttons with orange background, and it works OK:

I also tested on device with iOS 16.0. It works OK as well, even though '-' is not very visible. You should make it bold.

I tested with white foreground and bold: works OK:

Here are the main attributes. Note type is system not custom:

iOS 16 Specific Issues
 
 
Q