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

https://github.com/WallabyStuff/SafeAreaBrush GitHub - WallabyStuff/SafeAreaBrush Contribute to WallabyStuff/SafeAreaBrush development by creating an account on GitHub. github.com 1. pod init -> podFile -> pod 'SafeAreaBrush' 입력 후 저장 -> pod install import UIKit import SafeAreaBrush class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() fillSafeArea(position: ...

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: ..