Xcode 출력 함수

장주명·2021년 5월 17일
0

Xcode Warming Up

목록 보기
3/7

Xcode 출력 함수

var str = "Hello, playground"
print(str) 

해당 값을 출력하고 싶을때 사용하는 함수

dump(str)

사용법은 같으나 struct나 class를 출력할때 유용하게 쓰이는 함수

profile
flutter & ios 개발자

0개의 댓글