k-coding
iOS 프로그래밍 11주차 과제 본문
https://choiki923.tistory.com/68
Sender 와 tag
Sender 와 tag Sender 액션 핸들러를 담당하는 객체로 다음과 같은 메소드를 호출하는 caller를 의미한다. @IBAction func buttonPressed(sender: AnyObject) { print(sender.tag) } tag tag는 프로그램에서 Vie..
choiki923.tistory.com
'iOS > Swift 수업 과제' 카테고리의 다른 글
iOS 프로그래밍 10주차 과제 (0) | 2021.11.03 |
---|---|
iOS 프로그래밍 9주차 과제 (0) | 2021.10.31 |
iOS 수업정리 7주차 (0) | 2021.10.15 |
iOS 수업정리 6주차 (0) | 2021.10.07 |
iOS 수업 정리 5주차 (0) | 2021.09.30 |
Comments