반응형
learnappmaking.com/creating-a-simple-ios-game-with-swift-in-xcode/
< 용어 정리 >
● @IBAction : Main.storyboard에서 '메소드'를 연결시킬 때 앞에 추가해야 하는 어노테이션
● @IBOutlet : Main.storyboard에서 '변수'를 연결시킬 때 앞에 추가해야 하는 어노테이션
● @objc : 대입되는 메소드를 만들 때 사용해야 하는 어노테이션 (코드로 UI 작성 시 주로 사용)
728x90
반응형
'Swift iOS 앱 개발 > Swift 튜토리얼' 카테고리의 다른 글
6. Swift SceneKit Tutorial _3D 게임 만들기 (0) | 2020.12.24 |
---|---|
5. 돈 없어도 서버를 만들 수 있는 세상! _Swift Firebase Tutorial for iOS (0) | 2020.12.15 |
4. Swift_ Tesseract OCR Tutorial for iOS (0) | 2020.12.14 |
3. Swift CocoaPods Tutorial_CocoaPods 설치 및 오류 해결 (0) | 2020.12.12 |
2. Swift Tutorial_ Auto Layout by Code_ 스토리보드 말고 코드로 Auto Layout 구현하기 (0) | 2020.12.12 |