Xcode Storyboard "Embed In" Scroll View blanks view controller OSX -
i have created view controller content defined in it. when embed content in scrollview (using "embed in" "editor" menu) content disappears when run application. curiously if embed 1 label in scrollview single label still appears.
what going on here. missing obvious?
it turns out when first use embed in command correctly embed objects form, if there no constraints objects drawn offscreen. setting constraints embedded objects caused them drawn correctly.
simply select 'reset suggest contraints views in view controller , start work.
hope helps someone.
Comments
Post a Comment