UIContentSizeCategoryDidChangeNotification stopped being sent on iOS 9.3 on Simulator

Originator:lilxhk
Number:rdar://25345642 Date Originated:03/24/2016
Status:Open Resolved:
Product:iOS Product Version:9.3
Classification: Reproducible:Yes
 
Summary:
iOS 9.3 stopped sending UIContentSizeCategoryDidChangeNotification notifications on Simulator.

Debugger prints "bogus value for UIPreferredContentSizeCategoryName: (null)" when you change the slider on Settings > Accessibility > Larget Text

Steps to Reproduce:
1. Create a project and subscribe to UIContentSizeCategoryDidChangeNotification notifications.
2. Put a breakpoint on the called method.
3. Open Settings > Accessibility > Larger Text.
4. Change the slider.
5. Go back to your app.
6. Your method is not called.


Expected Results:
Your method should be called once you receive a UIContentSizeCategoryDidChangeNotification

Actual Results:
The selector for UIContentSizeCategoryDidChangeNotification is not called.

Version:
9.3 (13E230)

Notes:
The selector is called on a device, the issue is only on Simulator.

Configuration:
Simulator

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!