반응형
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
- SwiftUI
- Firebase
- NavigationLink
- 웹뷰
- 라이트모드
- autolayout
- subscript
- UIScrollView
- string
- Java
- Android
- Observable
- remote config
- dictionary
- UIButton
- Apple
- RxSwift
- 문자열
- Swift
- SwiftLint
- UITabBarController
- WebView
- Alamofire
- github
- gcd
- LazyHStack
- swipe
- ios
- 다크모드
- Realtime Database
Archives
- Today
- Total
목록indicator (1)
점진적 과부하 개발 블로그

Swift WebView 로딩 애니메이션 적용하기 UIActivityIndicatorView 간편하게 로딩 애니메이션을 적용하고 싶을 때 사용하면 좋습니다. UIActivityIndicatorView | Apple Developer Documentation A view that shows that a task is in progress. developer.apple.com 적용해보기 class ViewController: UIViewController { var indicatorView = UIActivityIndicatorView() // indicatorView 선언 override func viewDidLoad() { super.viewDidLoad() view.addSubView(indicator..
Swift
2023. 6. 30. 14:04