Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 제어전송문
- 파스칼표기법
- class
- MyLife
- On branch is up to date with ' '
- SWIFT
- 생명주기
- weekly calendar
- IOS
- struct
- AnyObject
- unrecognized selector sent to class
- actionSheet
- 연관값
- Switch
- 코드스니펫
- 바이트디그리
- ios 개발 강의
- copy-on-write
- K디지털기초역량훈련
- 글또
- 주간 달력
- 회고
- avaliable
- 다짐글
- error해결
- 내_삶
- uikit
- Git
- 글또9기
Archives
- Today
- Total
목록unrecognized selector sent to class (1)
seong_hye, the developer
오류 해결) unrecognized selector sent to class 오류 해결
UIKit 화면을 코드로 만드는 연습을 하던 중 아래와 같은 화면을 만들어 'dice game'이라는 버튼을 누름과 동시에 reason: '+[BasicsApps.ViewController tapDiceGameButton:]: unrecognized selector sent to class 위와 같은 오류가 발생하며 화면이 종료되었다. 나의 코드는 다음과 같았다. private let diceGameButton: UIButton = { let button = UIButton() button.setTitle("DICE GAME", for: .normal) button.setTitleColor(.black, for: .normal) button.layer.masksToBounds = true button.l..
IOS/UIKit
2024. 1. 6.