반응형
Notice
Recent Posts
Recent Comments
Link
- Today
- Total
04-26 04:02
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Request
- SQL
- 딥러닝
- rest api
- deeplearning
- 티스토리챌린지
- decode
- Observable
- SWIFT
- substr
- sigmoid
- rxswift
- swiftUI
- HTTP
- 오블완
- Optional
- MVC
- Linux
- struct
- 시각화
- 명령어
- r
- Python
- barplot
- scheduledTimer
- cocoapods
- ios
- tapply
- ReLU
- 연산자
Archives
목록init (1)
iOS 개발 기록 블로그
[Swift] 프로퍼티를 init 메서드에서 초기화, 선언 시 초기화 차이
에러 상황final class StepView: UIView { // MARK: - Properties private var isFitnessAuthorized: Bool // MARK: - Initializer override init(frame: CGRect) { super.init(frame: frame) self.setupView() self.bindView() self.isFitnessAuthorized = PermissionManager.getPedometerAuthStatus() } // MARK: - Setup View private func setupView() { ..
iOS
2024. 9. 11. 15:22