Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- flutter rotate
- 스위프트 테이블 뷰 셀
- NotificationService Extension
- 안드로이드 바로가기
- silent push
- 앱 꺼졌을 때 푸시 데이터 저장
- Swift flutterviewcontroller
- swift 문자
- 안드로이드 숏컷
- 스위프트 카메라
- 스위프트 푸시
- 스위프트
- swift sms
- flutter 회전
- Flutter UIKitView MethodChannel
- 앱 백그라운드 푸시 데이터 저장
- 노티피케이션 익스텐션
- 안드로이드 FCM
- 안드로이드 앨범
- 안드로이드 에러
- swift autolayout
- 스위프트 UserDefaults
- 스위프트 앨범
- 플러터 뷰 컨트롤러
- 푸시 데이터 저장
- FlutterView MethodChannel
- Swift flutterview
- native flutter view
- Flutter NativeView
- 스위프트 웹뷰
Archives
- Today
- Total
목록스위프트 encoding (1)
Things take time
[인코딩] 암호화 한다는 뜻이다. 파라미터를 전달하거나 변수를 전달할 때 값들을 그대로 보내지 않고 암호화를 통해 보내고, 받는 쪽에서는 디코딩이라하여 복호화하는 작업을 수행하게 한다.앱단에서 뿐 아니라 서버 PHP등에서도 자주 사용한다. [예제] let testStr = "티스토리는 영어로 tistory" print(testStr.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)) let testURL = "http://g-y-e-o-m.tistory.com/admin/entry/post/" if let reviseStr = testURL.addingPercentEncoding(withAllowedCharacters: allowedChara..
iOS (기능)
2017. 7. 14. 14:11