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