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 |
Tags
- Flutter
- sopt 35기
- 코딩공부
- java
- 자바 스터디
- 자바
- SOPT
- 영화후기
- 토이프로젝트
- 플러터
- toy project
- 영화일기
- sopt ios
- 새벽녘 소소한 기록
- 영화리뷰
- 키노
- inflearn
- 자바공부
- 영화기록
- Flutter Toy Project
- 일기
- 인프런
- SWIFT
- 프로그래머스
- 스프링 입문
- 리뷰
- 영화
- 오블완
- 백준
- 티스토리챌린지
Archives
- Today
- Total
목록스위프트 allsafety (1)
새벽의 기록
모든 요소가 특정 조건을 만족하는지 확인하는 메서드 https://developer.apple.com/documentation/swift/array/allsatisfy(_:) allSatisfy(_:) | Apple Developer DocumentationReturns a Boolean value indicating whether every element of a sequence satisfies a given predicate.developer.apple.com 모든 요소가 특정 조건을 만족하는지 확인하는 메서드 # case1 let names = ["Sofia", "Camilla", "Martina", "Mateo", "Nicolás"]let allHaveAtLeastFive = names.allS..
[iOS]
2024. 6. 10. 13:47