What's new in UIKit

RSS for tag

Discuss the WWDC22 Session What's new in UIKit

Posts under wwdc2022-10068 tag

2 Posts
Sort by:
Post not yet marked as solved
8 Replies
14k Views
Is anyone facing any issue with rotation on iOS 16? It seems to introduce some unexpected behaviour. For example, if we're on a Master screen that supports all orientations and device is in Landscape mode, presenting/pushing another Details screen that only supports Portrait automatically brings the app to Portrait with no animations. While on iOS 15 or earlier, the app remains at Landscape and only rotates to Portrait when physical device's orientation changes. Then if we dismiss/pop back to Master screen, the app again unexpectedly rotates from Portrait to Landscape with no animations. Looks like a regression bug on iOS 16 part of some recent deprecations related to shouldAutorotate or UIDevice.setValue:forKey: as well as the introduction of setNeedsUpdateOfSupportedInterfaceOrientations.
Posted
by ntduyet.
Last updated
.
Post not yet marked as solved
1 Replies
639 Views
Hi Team, In my new project I am trying to adopt new UIButton styles like filled. My project will support for iPhone and iPad. So, I need to set different font size in story board. When I checked I count not find any solution (like in older Xcode, I can see + button in front of Font option) when I select UIButton style plain, filled etc, except default. For default UIButton I can see , but I want use new configuration also. How can I achieve this? I am using Xcode 14.1
Posted
by gani60.
Last updated
.