Closed hamsik22 closed 3 weeks ago
UIStackView
UIButton
setupMainLabel()
setupStackView()
setupView()
func setupView() { setupMainLabel() setupStackView(with: firstLineButtons) } private func setupMainLabel() { } private func setupStackView(with elements: [String]) { }
close #2
개요
2 : [7, 8, 9 , +] 버튼을 추가
작업내용
UIStackView
+UIButton
을 사용setupMainLabel()
,setupStackView()
각 뷰를 생성하는 함수 정의setupView()
안에서 호출하여 뷰를 생성스크린샷
close #2