IOS(Swift)

Swift if let, guard let

개복치 개발자 2021. 7. 11. 19:33

 

 

참고

 

https://velog.io/@dev-lena/guard-let%EA%B3%BC-if-let%EC%9D%98-%EC%B0%A8%EC%9D%B4%EC%A0%90

 

guard let과 if let의 차이점

guard let과 if let의 차이점

velog.io

 

'IOS(Swift)' 카테고리의 다른 글

Swift Custom Dialog  (0) 2021.07.11
Swift AlertDialog  (0) 2021.07.11
CollectionView cell 재활용 문제  (0) 2021.07.09
TableView Cell  (0) 2021.06.23
Swift MVVM  (0) 2021.06.23