Resizing nspopover
问题 I am trying to resize an NSPopover prior to displaying it by setting the frame of the NSView it contains using the method: setFrameSize: However, when I try to display the popover by calling: showRelativeToRect: ofView: preferredEdge: The view returns to its previous size. Why is this happening? Is there another way I should be sizing the popover? Thanks in advance, Ben. 回答1: There's a setContentSize on the popover, but I have the impression this doesn't work so well. I mean it works, but