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.

enter image description here enter image description here

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.

enter image description here

simply select 'reset suggest contraints views in view controller , start work.

enter image description here

hope helps someone.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -