728x90 반응형 UIButton1 ERROR) UIButton.addTarget이 작동 안 될 때 In Code 안녕하세요 후르륵짭짭입니다. 이번에 Code로 TableView를 구현 할 때, Button을 넣는데 작동하지 않는 것 입니다... 두가지에 대해 문제가 있는데 각각 알아보도록 하겠습니다. ** Button의 addTarget은 lazy나 밖으로 설정 ** let naviButton : UIButton = { let button = UIButton() button.setTitle("Hello", for: .normal) button.addTarget(self, action: #selector(click), for: .touchUpInside) button.setTitleColor(.cyan, for: .normal) button.translatesAutoresizingMaskIntoConstraints .. 2020. 12. 25. 이전 1 다음 728x90 반응형