728x90
반응형
cocoapods
을 이용한 라이브러리 설치
- 프로젝트 열려있는 거 닫고 진행
sudo gem install cocoapods
pod setup
- 프로젝트가 있는 폴더로 이동 (
cd /Users/MacBook/XcodeProjects/프로젝트폴더/
) pod init
생성된 Podfile 열어서 파일 수정 (프로젝트 폴더 내에 생성됨)
-- Markdown으로 작성된 문서입니다
반응형
'Programming > iOS' 카테고리의 다른 글
[ios/Swift3.0] TextView re-positioning when keyboard shown (0) | 2017.08.25 |
---|---|
[iOS/Swift] 자동 완성 기능 구현하기(swift auto completion by UISearchController) (0) | 2017.08.10 |
[iOS/Swift] Auto Login 기능 구현(자동 로그인, UserDefaults 사용) (2) | 2017.08.05 |
[iOS/Swift] URLSession, URLRequest, Alamofire, SwiftyJSON 라이브러리를 사용한 HTTP 통신 예제 (2) | 2017.08.05 |
[iOS/Swift] APNs (Apple Push Notifications) 알아보기, 사용법 (0) | 2017.08.03 |