적당한 고통은 희열이다

- 댄 브라운 '다빈치 코드' 중에서

Swift iOS 앱 개발/Swift 튜토리얼

1. Swift Tutorial_ 흥미 유발용 간단한 게임 만들기_ Random number Addition game

hongssup_ 2020. 12. 12. 13:10
반응형

learnappmaking.com/creating-a-simple-ios-game-with-swift-in-xcode/

 

Create an iOS Game with Swift and Xcode – LearnAppMaking

Want to code your own iOS apps? Let's create a simple game with Swift and Xcode! Includes step-by-step instructions and updated for Swift 5. Enjoy!

learnappmaking.com

 

< 용어 정리 >

● @IBAction : Main.storyboard에서 '메소드'를 연결시킬 때 앞에 추가해야 하는 어노테이션

● @IBOutlet : Main.storyboard에서 '변수'를 연결시킬 때 앞에 추가해야 하는 어노테이션

● @objc : 대입되는 메소드를 만들 때 사용해야 하는 어노테이션 (코드로 UI 작성 시 주로 사용)

728x90
반응형