[UIKit] Spotify Clone: App Icon

Junyoung Park·2022년 9월 2일
0

UIKit

목록 보기
5/142
post-thumbnail

Building Spotify App in Swift 5 & UIKit - Part 5 (Xcode 12, 2021, Swift 5) - Build App

Spotify Clone: App Icon

구현 목표

  • 스포티파이 앱 아이콘을 프로젝트 추가
  • 리프레시 토큰

구현 태스크

핵심 코드

 if AuthManager.shared.isSignedIn {
 	AuthManager.shared.refreshIfNeeded(completionHandler: nil)
...
	}
  • 로그인 여부에 따라 웹뷰 또는 iOS 앱뷰를 띄울 것인지 판별하는 조건문 → 리프레시 함수의 컴플리션 핸들러에 nil
public func refreshIfNeeded(completionHandler: ((Bool) -> ())?)

구현 화면

profile
JUST DO IT

0개의 댓글