quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #35 Autolayout Fun

Autolayout Fun - NSScreencast

3つのピザの画像のページをAuto layout

  • Constraints
    • Standard spacing
    • Xcode
      • No struts and spring (from iOS6)
      • select target objects and right bottom on Xcode
        • dropdown (horizontal spacing, ...)
  • select xib and check Use AutoLayout
  • ⌘ = -> intrinsic constraints
    • no constant width
  • Layout constraints Xcode User Guide: Edit User Interfaces
    • Size (width or height)
    • Equal size
    • Spacing
    • Superview-spacing
    • Alignment
  • autolayout
    • power
    • could be complex
  • Beginning Autolayout (Ray Wenderlich)