250x250
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
- jQuery
- 개발자
- button
- keyframes
- css3
- 프론트엔드
- react
- 자바스크립트
- iPhone
- HTML
- 애니메이션
- 비전공 개발자
- image
- SWIFT
- hover
- 비전공자
- javascript
- front-end
- ipad
- CSS
- effect
- MAC
- Animation
- xcode
- IOS
- html5
- php
- iOS 개발자
- 풀스택
- 백엔드
Archives
- Today
- Total
목록Scissors (1)
비전공자 개발일기

import UIKit class ViewController: UIViewController { // 최상단 레이블 @IBOutlet weak var mainLabel: UILabel! // 가위 바위 보 이미지 @IBOutlet weak var comImageView: UIImageView! @IBOutlet weak var myImageView: UIImageView! // 가위 바위 보 글자 @IBOutlet weak var comChoiceLabel: UILabel! @IBOutlet weak var myChoiceLabel: UILabel! var comChoice: Rps = Rps(rawValue: Int.random(in: 0...2))! var myChoice: Rps = Rps.rock..
SWIFT
2022. 11. 4. 23:58