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 |
Tags
- Animation
- 백엔드
- button
- 프론트엔드
- 개발자
- image
- html5
- CSS
- css3
- IOS
- ipad
- iOS 개발자
- MAC
- 애니메이션
- 비전공자
- react
- 비전공 개발자
- hover
- iPhone
- keyframes
- HTML
- front-end
- effect
- 자바스크립트
- xcode
- javascript
- php
- SWIFT
- 풀스택
- jQuery
Archives
- Today
- Total
목록egg (1)
비전공자 개발일기
import UIKit import AVFoundation class ViewController: UIViewController { @IBOutlet weak var progressBar: UIProgressView! @IBOutlet weak var titleLabel: UILabel! let eggTimes = ["Soft": 3, "Medium": 4, "Hard": 7] var timer = Timer() var player: AVAudioPlayer! var totalTime = 0 var secondsPassed = 0 @IBAction func hardnessSelected(_ sender: UIButton) { timer.invalidate() let hardness = sender.cur..
SWIFT
2022. 12. 24. 20:55