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

import UIKit class ViewController: UIViewController { @IBOutlet weak var firstImgView: UIImageView! @IBOutlet weak var secondImgView: UIImageView! var diceArray: [UIImage] = [#imageLiteral(resourceName: "black1"), #imageLiteral(resourceName: "black2"), #imageLiteral(resourceName: "black3"), #imageLiteral(resourceName: "black4"), #imageLiteral(resourceName: "black5"), #imageLiteral(resourceName: ..
SWIFT
2022. 11. 4. 00:22