mV.isSelecteds: [bool] = [bool]()
let cnt = mV.isSelecteds.filer { (bol) -> Bool in
return bol
}
print(cnt) - [true, true, true]
print(cnt.count) - 3
'개발 > 아이오에스' 카테고리의 다른 글
swift] 상황(조건)에 맞는 NSLayoutConstraint 처리 (0) | 2021.07.05 |
---|---|
[swift] contains (0) | 2021.07.02 |
swift] bool 타입 배열 초기화 하는방법 (0) | 2021.07.01 |
ios] xcode CodeSnippets 백업/복사하기 (0) | 2021.06.29 |
swift] json으로 가져온 url(stirng)을 띄어쓰기제거, 한글 인코딩, url 유효성 검사하기 (0) | 2021.06.16 |