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 |
Tags
- 다짐글
- AnyObject
- Git
- 주간 달력
- 파스칼표기법
- 바이트디그리
- 코드스니펫
- SWIFT
- unrecognized selector sent to class
- weekly calendar
- 제어전송문
- 생명주기
- copy-on-write
- IOS
- ios 개발 강의
- class
- uikit
- 글또
- error해결
- Switch
- 연관값
- 내_삶
- MyLife
- avaliable
- struct
- On branch is up to date with ' '
- K디지털기초역량훈련
- actionSheet
- 회고
- 글또9기
Archives
- Today
- Total
목록오류 해결 (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.mask..
IOS/Error
2024. 1. 6.