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