Swift ) 정렬 (2) - Sort by two criteria
안녕하세요 :) Zedd입니다. 정렬 (1)글을 썼는데요, 이번엔 조금 복잡한 정렬을 해보겠습니다. struct PullRequest { var title: String var createdDate: Date? var approved: Bool } let pullRequests = [ PullRequest(title: "알렌 워커", createdDate: Calendar.current.date(byAdding: .hour, value: -1, to: Date()), approved: true), PullRequest(title: "카이고", createdDate: Calendar.current.date(byAdding: .hour, value: -2, to: Date()), approved: false..
Swift
2020. 11. 24. 13:42
TAG
- WWDC
- Swift
- ios 13
- swift sort
- swift tutorial
- UIBezierPath
- swift3
- 피아노
- swift 공부
- actor
- swift array
- Xcode
- iOS delegate
- 스위프트 문법
- Git
- Combine
- WidgetKit
- fastlane
- np-hard
- github
- 스위프트
- swift delegate
- WKWebView
- 제이슨 파싱
- Accessibility
- IOS
- 회고
- SwiftUI
- FLUTTER
- np-complete
글 보관함
- Total
- Today
- Yesterday