Wim Haanstra
Wim Haanstra
I am flipping a UIViewController from another UIViewController, once a button is pressed, like this: ``` SomeViewController* someViewController = [[SomeViewController alloc] init]; [self flipToViewController: someViewController fromView:_myButton asChildWithSize:CGRectInset(self.view.frame, 50, 50).size withCompletion:^{...
### Description Currently I am trying to open on of our. projects in VS Code, but in this project we are using KMM, which supports the `expect` and `actual` keywords....
I am trying out Cely in a small app that I am building, but I am not using Storyboards. I use the 'old' way, of just instantiating a `UIViewController` and...