반응형
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
- NavigationLink
- subject
- NullObject
- Operater
- ios14
- swift6
- Creating Operators
- @Environment
- graphql
- init
- RxCocoa
- operator
- SWIFT
- typeorm
- RxSwift
- @State
- init?
- Xcode
- URL(string:)
- vim
- Bug
- IOS
- @EnvironmentObject
- Operators
- RFC1738/1808
- dismiss
- @Binding
- nestjs
- SwiftUI
- nonisolated
Archives
- Today
- Total
목록iOS17 (1)
Tunko Development Diary
iOS17에서 URL(string:) 사용 유의점
아래 링크를 보시면 RFC 1738/1808 → RFC 3986 로 업데이트 되었다고 합니다. init(string:) | Apple Developer Documentation RFC (Request for Comments)는 인터넷 연구 및 개발 커뮤니티에서 인터넷 표준과 관련된 문서의 시리즈입니다. 각 RFC는 번호가 부여되며, 특정 주제나 프로토콜에 대한 정보와 규격을 담고 있습니다. struct TestUrl { let testURL = "https://tistory.com" let testURL2 = "https:// tistory.com" init() { if #available(iOS 17.0, *) { var url_iOS17 = URL(string: testURL) print("iOS17..
Development/iOS 개발
2023. 10. 10. 00:10