Skip to content

Latest commit

Β 

History

History
27 lines (19 loc) Β· 730 Bytes

pros&cons-of-storyboard.md

File metadata and controls

27 lines (19 loc) Β· 730 Bytes

μŠ€ν† λ¦¬λ³΄λ“œλ₯Ό μ΄μš©ν–ˆμ„λ•Œμ˜ μž₯단점을 μ„€λͺ…ν•˜μ‹œμ˜€.

Answer

pros

  • 눈으둜 λ³Ό 수 μžˆμ–΄ 직관적이닀.
  • μž…λ ₯ν•˜λŠ” μ½”λ“œμ˜ 양이 적닀.

cons

  • .storyboard νŒŒμΌμ„ μ—΄ λ•Œ λŠλ¦¬λ‹€(VC:Storyboardλ₯Ό 1:1둜 κ΄€λ¦¬ν•˜λ©΄ μ’€ λ‚«λ‹€).
  • Git 좩돌이 λ‚˜κΈ° 쉽닀.
  • 동적인 UI의 ꡬ성이 νž˜λ“€λ‹€

더 λ‚˜μ•„κ°€κΈ°

Code둜 AutoLayoutμž‘λŠ” κ²ƒμ˜ μž₯,단점

pros

  • νŒŒμΌμ„ μ—΄κ³  λ‹«λŠ”κ²Œ λΉ λ₯΄λ‹€
  • Git μΆ©λŒμ—μ„œ 비ꡐ적 μžμœ λ‘­λ‹€
  • 동적인 UI ꡬ성이 μžμœ λ‘­λ‹€

cons

  • μ½”λ“œλ‘œ λ˜μ–΄ μžˆμ–΄ UI의 ꡬ성이 λˆˆμ— μ‹œκ°μ μœΌλ‘œ ν™• λ“€μ–΄μ˜€μ§€ μ•ŠλŠ”λ‹€.
  • μ½”λ“œμ˜ 양이 λ§Žλ‹€.
  • iOS의 UI에 λŒ€ν•œ 이해가 ν•„μš”ν•˜λ‹€(frame, bound).