osx - Content of Mac Application not resizing on entering fullscreen mode -


i developing mac application using nssplitview. there 3 columns, menu on left, nstableview in middle , detail view on right. components use constraints , none of them set restrict width or height

when press button go fullscreen mode, application go fullscreen, actual content doesn't resize, stays same , large black border forms around application.

what possible causes , how debug find out issue lies?

osx fullscreen content not resizing


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -