Programing Language
-
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
-
iOS ) pageViewController(UIPageControl포함) 스토리 보드 없이 사용하기[펌]Programing Language/iOS(Swift) 2020. 2. 19. 14:20
https://www.linkedin.com/pulse/using-ios-pageviewcontroller-without-storyboards-paul-tangen Using the iOS PageViewController without Storyboards The UIPageViewController allows people to swipe left or right and cycle through a sequence of pages in an iOS app. Most examples of the UIPageViewController assume the use of Storyboards. www.linkedin.com
-
iOS) uiImageView에 가로 길이는 고정하고 이미지 크기에 맞게 높이 조절하기Programing Language/iOS(Swift) 2020. 2. 19. 00:33
참고 https://stackoverflow.com/questions/32281886/dynamic-uiimageview-size-within-uitableview Dynamic UIImageView Size Within UITableView I want to implement a TableView with a Custom TableViewCell showing an image. To make this simple, I simply put a UIImageView inside a tableviewcell using autolayout (illustrated below). What I w... stackoverflow.com