swift에서 한글이 깨지는 문제가 발생했다. c언어로 변환이 안되서 swift에서 할 수밖에 없었다. encoding 방법을 0x0422로 하는 방법을 검색해서 찾을 수 있었다. let encoding = String.Encoding(rawValue: CFStringConvertEncodingToNSStringEncoding(0x0422)) 이렇게 하니 깨지던 한글이 보인다. 다행이다. 내일부턴 다음 업무 진행할 수 있다. 출처 : https://kka7.tistory.com/64
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_updates_to_your_app_silently Pushing Updates to Your App Silently | Apple Developer Documentation Article Pushing Updates to Your App Silently Deliver silent notifications and wake up your app in the background on the user's device. OverviewIf your app’s server-based content changes infreq..
A Controller -> B Controller로 데이터 전달 1. 프레젠테이션 방식으로 화면 전환하면서 값을 전달 - Button의 Action에 코드 추가 guard let vc = self.storyboard?.instantiateViewController(withIdentifier: "Storyboard ID") as? "값을 전달받을 Controller 이름" else { return } vc.저장할 변수 = 전달할 값 self.present(vc, animated: true) 2. 내비게이션 컨트롤러를 통해 화면 전환하면서 값을 전달 - Navigation Item Button의 Action에 코드 추가 guard let vc = self.storyboard?.instantiateViewC..
- Total
- Today
- Yesterday
- px to dp
- 안드로이드
- 작업은했는데
- Activity 크기 변경
- areNotificationsEnabled
- app restart
- height변경
- 알림소리묵음처리
- #buildconofig
- SWIFT
- nodejs
- Android
- VolleyFileUploadRequest
- 알림허용
- 새로올린테스트앱이안보이네
- 이미지파일공유
- 이미지파일보기
- 한글깨짐
- 알림소리끄기
- 난왜테스트가안될까
- base64
- px -> dp
- 웹뷰
- 음원파일재생
- FileDataPart
- 인앱 업데이트
- #gradle.properties
- webview
- onShowCustomView
- Kotlin
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |