hamsik22 / NBC_4W_Caculator

내일배움캠프 iOS_5기 4~6주차 1팀 개인프로젝트(계산기)
0 stars 0 forks source link

[Level2]: Add Horizontal StackView #4

Closed hamsik22 closed 3 weeks ago

hamsik22 commented 3 weeks ago

개요

2 : [7, 8, 9 , +] 버튼을 추가

작업내용

func setupView() {
    setupMainLabel()
    setupStackView(with: firstLineButtons)
}

private func setupMainLabel() { }
private func setupStackView(with elements: [String]) { }

스크린샷

close #2