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
- 회고
- actor
- np-complete
- swift array
- WKWebView
- fastlane
- swift 공부
- swift tutorial
- Swift
- FLUTTER
- Xcode
- swift sort
- 제이슨 파싱
- 스위프트
- Accessibility
- 스위프트 문법
- swift delegate
- swift3
- IOS
- iOS delegate
- np-hard
- SwiftUI
- Combine
- github
- WidgetKit
- ios 13
- 피아노
- Git
- WWDC
- UIBezierPath
글 보관함
반응형
- Total
- Today
- Yesterday