Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
Replied In
UNNavigationController to NSToolBar Catalyst
For anyone else stuck with this issue, it can be solved with UINavigationBarDelegate like so:
@available(macCatalyst 16.0, *)
func navigationBarNSToolbarSection(_ navigationBar: UINavigationBar) -> UINavigationBar.NSToolbarSection {
return .content
}