ARCHIVES

태그

신고하기

상단 메뉴 페이지

기본 콘텐츠로 건너뛰기

[Swift] Swift UI 변경점.

iOS 13 부터 개발이 가능하다.

기본 프로젝트 방식은 아래와 같다.

Swift Interface
 > 스토리보드 -> SwiftUI

Life Cycle
> UIKit App Delegate -> SwiftUI App

Swift Language Version 5.0
> 언어의 버전은 동일하다


이제 코코아팟 대신 SPM을 사용 해본다.

CocoaPods -> SwiftPM (Swift Package Manager)

이유는 M1 과 Intel 동시 사용시 설정을 바꾸어 주어야 하는 문제점 해결
아래는 SPM 등록시 사용된 git 주소 이다.

알라모파이어
https://github.com/Alamofire/Alamofire.git

구글 파이어베이스
https://github.com/firebase/firebase-ios-sdk.git

구글 지도
https://github.com/YAtechnologies/GoogleMaps-SP.git
https://github.com/googlemaps/google-maps-ios-utils.git

차트
https://github.com/danielgindi/Charts.git


댓글