코드 한 줄 해결 플래시 페이지 - iOS(Swift) 편

917 단어
SplashView에 대한 자세한 수락은 안드로이드 버전: SplashView-일행 코드 해결 플래시 페이지 - 광고 페이지 - 안드로이드 - 편 참조
iOS 효과:
Default Splash Demo
Normal Splash Demo
SplashView 정적 메서드를 표시하려면 다음과 같이 하십시오.
class func simpleShowSplashView()

시간 초과, 기본 Image, Block으로 복귀를 사용자 정의할 수도 있습니다.
class func showSplashView(duration: Int = 6,
                              defaultImage: UIImage?,
                              tapSplashImageBlock: ((actionUrl: String?) -> Void)?,
                              splashViewDismissBlock: ((initiativeDismiss: Bool) -> Void)?)

주의해야 할 것은 상기 두 가지 방법은 최소한 UIView Controller의 View가 표시된 후(즉, override func view Did Appear(animated: Bool) 다시 호출해야만 SplashView를 표시하는 효과를 얻을 수 있다.
SplashView 데이터:
class func updateSplashData(imgUrl: String?, actUrl: String?)

전체 예제 코드 참조:https://github.com/jkyeo/iOS-SplashView

좋은 웹페이지 즐겨찾기