I'm creating an app that will have an onboarding page, like in the application of Telegram.
How can I create such a page without cocoaPods? I came to the conclusion that it is possible to implement through a SpriteKit view in a view controller with animation image.
I'm having a problem with the connection between the Sprite Kit view and the view controller. How can I correctly add a Sprite Kit scene to a view controller?
I write on the application in Objective C. Thanks for any suggestions! This my first app and I'm very excited to hear your suggestions.