Question

I use this line to open a url in browser.

[[NSWorkspace sharedWorkspace] openURL: [NSURL URLWithString:url]];

I want to reduce the size of the window created by NSWorkspace.Is it possible programatically?

Was it helpful?

Solution

NSWorkspace does not provide any api to resize the window. But if you are using webview and loading the request inside that then you can resize that webview window.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top