Giter Site home page Giter Site logo

ex09_3rdpartylibrary's Introduction

Ex09_3rdPartyLibrary

3rd party library(즉 내가 만든건 1st, apple 제공은 2nd, 제3자 만듬 3rd)사용

대표적으로 깃험의 라이브러리를 이용하는것(오픈소스)

Cocoa Pod : 3rd party 라이브러리를 사용하기 위해 공통적으로 사용하고 있는 라이브러리 공유 틀.

xcode에서 지원하는 것이 아닌 commend line interface가 제공(Terminal , Dos)

Swift 스타일의 토스트 창 (토스트 팝업 기능은 안드로이드에서만 제공 하는 개념이다)

SDWeb Image : http통신으로 서버상에 있는 이미지를 다운하고 ImageView에 동적으로 로딩까지 해준다.캐시까지 지원.

Cocoa Pod 이용순서

  1. 기본 xcodeproj프로젝트 닫기

  2. 파인더에서 프로젝트 폴더 오른쪽 클릭해서 현재폴더에서 터미널 열기

  3. Cocoa Pod 유틸 설치

명령어 : sudo gem install cocoapods 엔터

Cocoa Pod 업데이트

명령어 : pod repo update 엔터

  1. 프로젝트 초기화

명령어 : pod init

  1. 라이브러리 설치

명령어: pod install

  1. 프로젝트 열기 : xcodeproj -> xcworkspace 열기

워크스페이스 열기 : 더블클릭 하거나 터미널 open 프로젝트이름.xcworkspace

  1. xcode에서 pod 파일을 편집하기( 라이브러리 목록 기술)

  2. 터미널에서 pod install 한번 더하기.

ex09_3rdpartylibrary's People

Contributors

songyg77 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.