Programing Language/iOS(Swift)
-
-
-
iOS) WebView에 HTML 태그 넣기Programing Language/iOS(Swift) 2020. 3. 4. 00:21
참고 자료 https://stackoverflow.com/questions/54558441/how-to-set-ios-wkwebview-zoom-scale/58664524#58664524?newreg=0dee8591d0ae4e0ea5529aa279f1f358 How to set iOS WkWebview zoom scale My iOS app has a WKWebView component which shows an full-screen WebApp (1280x800) with different aspect ratio and size then a iPad (4:3, 1024x768) I want to set the WkWebView zoom factor to 0.8, t... stackoverflow.com
-
iOS) UILabel에 이미지 넣기[펌]Programing Language/iOS(Swift) 2020. 2. 25. 16:48
https://zeddios.tistory.com/406 iOS ) UIButton / UILabel에 이미지추가 안녕하세요 :) Zedd입니다. 요새 바쁘고 그래서 ㅎㅎㅎㅎ...글을 잘 못썼어요 흐규 오늘은... UIButton과 UILabel에 이미지를 추가하는 법을...알아볼게요 :) UIButton / UILabel에 이미지추가 ● UIButton 굳이.... zeddios.tistory.com
-
iOS) [Process] kill() returned unexpected error 1 에러 해결방법[펌]Programing Language/iOS(Swift) 2020. 2. 24. 21:52
https://littleshark.tistory.com/61?category=678226 [Process] kill() returned unexpected error 1 에러를 해결해봅시다.. 참고 링크 : https://juejin.im/post/5dce24af6fb9a0202c7d1ffa webkit의 버그여서 xcode에서 계속 노출되고 있는 이 콘솔로그..! [Process] kill() returned unexpected error 1 콘솔에 디버깅 로그를 찍는부분이.. littleshark.tistory.com webkit의 버그여서 xcode에서 계속 노출되고 있는 이 콘솔로그..! [Process] kill() returned unexpected error 1 콘솔에 디버깅 로그를 찍는부..
-
iOS ) UIButton에 동그라미(원)로 이미지 넣기Programing Language/iOS(Swift) 2020. 2. 20. 00:47
참고 사이트 https://stackoverflow.com/questions/26050655/how-to-create-a-circular-button-in-swift How to create a circular button in Swift? I want to make a circular thumbs up and thumbs down button. Should I use a ImageView or a Button as the super class? How would I do this in Swift? stackoverflow.com