SKSplashView
Create custom animated splash views similar to the ones in the Twitter, Uber and Ping iOS app.
파일 탐색기
- SKSplashIcon.h
- SKSplashIcon.m
- SKSplashView.h
- SKSplashView.m
- blink.gif
- custom splash.gif
- ping.gif
- twitter.gif
- uber.gif
- LaunchScreen.xib
- Main.storyboard
- Contents.json
- Contents.json
- ping background.PNG
- Contents.json
- ping.png
- Contents.json
- twitter background.png
- Contents.json
- twitter icon.png
- Contents.json
- uber map screenshot.png
- Contents.json
- uber ping.png
- Contents.json
- uber screen.png
- Contents.json
- white dot.png
- Contents.json
- SKSplashIcon.h
- SKSplashIcon.m
- SKSplashView.h
- SKSplashView.m
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- ViewController.h
- ViewController.m
- SKSplashViewDemo.xccheckout
- UserInterfaceState.xcuserstate
- UserInterfaceState.xcuserstate
- contents.xcworkspacedata
- Breakpoints_v2.xcbkptlist
- SKSplashViewDemo.xcscheme
- xcschememanagement.plist
- Breakpoints_v2.xcbkptlist
- SKSplashViewDemo.xcscheme
- xcschememanagement.plist
- project.pbxproj
- Info.plist
- SKSplashViewDemoTests.m
- LICENSE
- README.md
- SKSplashView.podspec
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pod
설명 보기 ▼
pod
Swift 및 Objective-C Cocoa 프로젝트를 위한 종속성 관리 도구.
더 많은 정보: <https://guides.cocoapods.org/terminal/commands.html>.
pod init
현재 프로젝트에 기본 내용으로 Podfile 생성:
pod install
Podfile에 정의된 모든 포드를 다운로드 및 설치 (이전에 설치되지 않은 경우):
pod list
사용 가능한 모든 포드 나열:
// repository documentation
Was this content helpful?
(0 ratings)
