ScrollView를 이용한 이미지 확대/축소 및 스크롤 처리

2020. 5. 31. 05:49아이폰 개발

다음은 "Image Cropper" 예제이지만, 이것을 바탕으로 바탕에 이미지 지도를 깔고 그 위에 지도 정보를 출력하는 커스텀 지도를 구현하는 용도로 사용했다. 기본적으로 ScrollView는 확대/축소, 상하좌우 스크롤를 쉽게 처리할 수 있기 때문에 유용하다.

https://medium.com/modernnerd-code/how-to-make-a-custom-image-cropper-with-swift-3-c0ec8c9c7884

 

How to make a Image Cropper with Swift 3

I recently had a project where i had to crop an image in specific aspect ratio but I cannot find any complete tutorial so i thought i…

medium.com

https://github.com/aatish-rajkarnikar/ImageCropper

 

aatish-rajkarnikar/ImageCropper

Contribute to aatish-rajkarnikar/ImageCropper development by creating an account on GitHub.

github.com