-
iOS) 하이브리드 웹앱 만들시 userAgent 변경방법Programing Language/iOS(Swift) 2020. 12. 9. 00:06728x90반응형This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
//webview의 url를 로드하기전에 customUserAgent를 넣어준다. webview.customUserAgent = "여기에 적으셈" webview.load(myURLRequest) 728x90반응형'Programing Language > iOS(Swift)' 카테고리의 다른 글
iOS) TextField 박스의 크기가 길때 글자 왼쪽 위에서 부터 시작하기 (0) 2021.01.20 Swift) 자료형 타입 확인하기 (0) 2021.01.12 iOS) 테스트중인 기기의 모델명 알아내는 방법 (0) 2020.12.06 iOS)인앱결제 추가 (참고자료) (0) 2020.12.05 iOS) Swift에 opencv 빌드하기 (0) 2020.11.22