반응형

모바일 프로그래밍 109

[iOS - Swift] (수정중)Album Photo List 갖고오기(1) - PhotoKit

이번엔 Device의 앨범에 저장되어있는 사진, 영상등을 갖고오기 위한 PhotoKit에 대해 알아보려 합니다. iOS에서 기본 사진앱이 관리하고 있는 비디오와 사진 데이터를 가져고오거나 편집, 삭제 등을 하기 위해서는 PhotoKit을 이용해야 합니다. PhotoKit은 iOS, macOS, tvOS에서 동일하게 직접적으로 사진과 동영상을 관리하도록 도와줍니다. Work with image and video assets managed by the Photos app, including those from iCloud Photos and Live Photos. iCloud Photos와 Live Photos를 포함하는 Photos 앱에서 관리하는 이미지와 비디오 에셋으로 작업합니다. 여기서 모든 Phot..

[Swift] UIImagePickerController관련 예제 링크(정리 중)

https://jinshine.github.io/2018/07/06/iOS/UIImagePickerController%20%EC%98%88%EC%A0%9C/ [iOS] UIImagePickerController - jinShine UIImagePickerController 사진, 동영상 촬영, 저장에 관해 포스트 해보도록 하겠습니다. 먼저 간단하게 앨범,카메라,딜레이촬영,동영상,Editing변경버튼을 만들어 간단한 기능 소개를 해보겠습니다. 만들 jinshine.github.io https://theswiftdev.com/picking-images-with-uiimagepickercontroller-in-swift-5/ Picking images with UIImagePickerController in ..

[iOS Swift] attributedText 초기화 문제

Can't reset UILabel attributedText when a UITableViewCell is reused The problem I'm using a UITableView to show the list of transactions of a credit card. If the transaction is a chargeback, I'm adding a strikethrough style to the label: The problem happens when ... stackoverflow.com 아 진짜 골때리는 문제가 있었다가 해결이 되어서 급하게 올립니다... 보통 저는 attributedtext를 초기화할 때 다음처럼 사용했습니다. label.text = nil label.attribute..

반응형