I built my app for iOS 13 and use the system images in my storyboard. With Xcode 12, I see these deprecation messages, even though my deployment target is 13.
Main.storyboard: warning: Deprecations: SF Symbol ‘speaker.3.fill’ is deprecated, use ‘speaker.wave.3.fill’ instead.
If I address these warnings, will my app display the correct symbols on iOS 13?
Post
Replies
Boosts
Views
Activity
I only have the simulator for testing currently, so perhaps it's a quirk of the simulator.
I have an audio app. I want to keep the view on the phone in sync with state of my player, which involves setting the isPlaying property on on the CPListItems in the list. When I change its value, the list scrolls to the top. I would rather have the list scroll to reveal the playing item, or not at all.