What's new in UIKit

RSS for tag

Discuss the WWDC23 Session What's new in UIKit

View Session

Posts under wwdc2023-10055 tag

2 Posts
Sort by:
Post not yet marked as solved
0 Replies
444 Views
I have integrated contentUnavailableConfiguration within my view controller, which has a navigation bar, a segmented bar below the navigation bar, and a table view. The contentUnavailableConfiguration sets the new view to cover everything except the navigation bar and tab bar. I have tried to use ViewDebugger to understand the auto layout used by the contentUnavailableConfiguration, but its view is not displayed in the debugger's view hierarchy navigator. I would like to only cover the table view and keep the segmented bar, which is below the navigation bar and above the table view, visible to the user. Is it possible to do this with contentUnavailableConfiguration?
Posted Last updated
.