[IOS] Objective-C

[Objective-C] NULL 체크

최고관리자
2018.10.23 13:48 2,102 0

본문

[Objective-C] NULL 체크


if ([myString length] == 0) {

// definitely empty!

}


if ([myString length] == 0) {

// definitely empty!

}

댓글목록 0

등록된 댓글이 없습니다.