I installed and test the simulator in Xcode beta 2. Stage Manager was missing from the settings in the iPad simulators (iOS 16). This was tested on both Intel mac and M1 mac.
Xcode release notes states that it should be possible, but the setting seems missing.
https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
Post
Replies
Boosts
Views
Activity
How to hide the findBarView shown on ⌘-F border the same way it is done in Mail in the window to compose message? This should be possible with the SDK of macOS 11.
The findBarView correctly appear in the scroll view area, but has a separator between text content and the find-bar.
How to print headers and footers when printing WKWebView?
I am able to print the WKWebView, I did set the NSPrintHeaderAndFooter, but it is still not printing the pageHeader and pageFooter.
WebView has a delegate that allows customizing header and footer. Is there an equivalent in WKWebView?
If Safari is using WKWebView, this means that there is a way to print the header and footer, because Safari allows printing these elements.