XCode Interface Builder and Simulator basics

This is my first foray into iOS and using XCode development. After making a brisk start using iOS ToDo List tutorial...I have become stuck on following issues and cannot progress! Please help...

  1. How do I get different scenes to align in storyboard. I cant seem to drag the 3rd scene and align it to the other two. I have cleared all constraints.
  2. When creating Segues to link two scenes on canvas - the scenes are not on the full screen...How do I drag from on be scene to another AND scroll the screen at the same time?
  3. Utility area - How do we scroll further down to see content e.g. properties in Attributes Inspector? The frameworks at the bottom right of the screen seem to prevent this.
  4. iOS Simulator - Running the iOS introductory ToDo list tutorial - for some reason the table view controller starts in the middle of the screen and I cannot scroll up in the simulator.
  5. iOS Simulator - Navigation Controller's Navigation bar and the bar buttons don't show.
XCode Interface Builder and Simulator basics
 
 
Q