https://github.com/Yummypets/YPImagePicker
GitHub - Yummypets/YPImagePicker: 📸 Instagram-like image picker & filters for iOS
📸 Instagram-like image picker & filters for iOS. Contribute to Yummypets/YPImagePicker development by creating an account on GitHub.
github.com
위 링크 참조하여 만듬
terminal 에서 프로젝트 위치로 간 다음
pod init
-> pod 추가
sudo vi Podfile
-> insert 해서 위 링크의 것 복붙하여 설치
vi Podfile
-> 잘 되었는지 확인
pod install
*
info.plist 소스코드로 수정할 수도 있음
마우스 우클릭 -> open as -> source code
'iOS > iOS Swift 개발 일기' 카테고리의 다른 글
iOS UIKit Swift API앱 만들기 UI 작업 . storyboard (0) | 2022.04.27 |
---|---|
iOS FSPagerView 오픈소스 이용하여 이미지 슬라이드, 페이저뷰 제작 (0) | 2022.04.26 |
*중요- iOS 이벤트 전달- notification center (0) | 2022.04.26 |
*중요 -iOS 이벤트를 전달하는 방식 - UIKit Protocol Delegate pattern (0) | 2022.04.26 |
*중요- iOS custom 팝업창 및 웹뷰 띄우기 & Completion Block (0) | 2022.04.25 |