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

import UIKit class ViewController: UIViewController, displaySettingDelegate { @IBOutlet weak var contentLabel: UILabel! override func viewDidLoad() { super.viewDidLoad() contentLabel.textColor = UIColor.orange } override func prepare(for segue: UIStoryboardSegue, sender: Any?) { if let settingViewController = segue.destination as? SettingViewController { settingViewController.delegate = self set..
SWIFT
2022. 12. 13. 19:54