Profile

생각정리..

Lunight

[Objective C] base64EncodedStringWithOptions




base64EncodedStringWithOptions 옵션값


NSDataBase64Encoding64CharacterLineLength - 최대 길이를 64자로 설정


NSDataBase64Encoding76CharacterLineLength - 최대 길이를 76자로 설정


NSDataBase64EncodingEndLineWithCarriageReturn - 삽입할 줄 끝부분에 CarriageReturn이 포함되도록 설정


NSDataBase64EncodingEndLineWithLineFeed - 최대 줄길이까지 도달하면 줄바꿈되도록 설정




url : https://developer.apple.com/documentation/foundation/nsdatabase64encodingoptions?language=objc




'Apple > Objective - C' 카테고리의 다른 글

[iOS] CoreLocation 위치서비스(CoreLocation + google places API)  (0) 2018.03.07
[iOS] NetworkExtension  (0) 2018.03.07