Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2020-11-27
渐变(Fade)Storyboard segue 继承 UIStoryboardSegue 类,重写 perform() 方法即可。 override func perform() { let transition = CATransition() transition.type = .fade transition.duration = CATransaction.animationDuration() 2019-10-31 Xcode iOS
iOS 符号化 stack trace stack trace 一般长这样: libsystem_platform.dylib 0x00000001b4af7424 DF2D1232-D046-3EE6-A970-4CBC580DD764 + 25636 Sky 0x000000010412db0c Sky + 72460 Sky 2019-10-30 Xcode iOS