Ryan Cobelli
Ryan Cobelli
``` // Initialize onboarding view controller var onboardingVC = OnboardingViewController() // Create slides let firstPage = OnboardingContentViewController.contentWithTitle("Welcome To The App!", body: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent...
I added `#import "OnboardingViewController.h"` to my bridging header. Within my `ViewController`, I didn't have to import anything. All this code is within a function that I call from `viewDidAppear` (where...
Hi! Can you provide some additional context around how you are getting the `divide by zero` crash? I've been unable to replicate. You can see a modified version of the...
I don't believe that there is a way to adjust the parent VC's `gestureRecognizers` from a UIControl class, hence why it is just additional documentation regarding usage and not a...
I am also experiencing this issue. Below is my `fastlane env` ✅ fastlane environment ✅ ### Stack | Key | Value | | --------------------------- | -------------------------------------------------------------- | | OS |...