My app has a Preferences window. When the user switches tabs in this window, windowDidResize: is called. How can I resize the window before its contents will be displayed?
My app has a Preferences window. When the user switches tabs in this window,
Share
Call
[window setFrame ...]before invoking[[window contentView] addSubview: view];.