Marek Fořt
Marek Fořt
Thanks! Maybe it would be great if this was made available as a public property, @JohnSundell? 😄
Hey @stevelandeyasana 👋 I can try looking into this but would it be possible if you first wrote a unit / integration test for this in the codebase? That would...
> XcodeProj does not keep any strong internal references to PBXBuildFile, so unless the caller keeps its own references, newly created PBXBuildFile objects added to a build phase may be...
Hey @timothycosta 👋 I agree with you, we'd appreciate any PR for this 🙌
`SwipeViewController` is a subclass of `UIPageViewController`, so it should work the same. Let me know how it goes.
You're right, I'm on a vacation now, so I'd suggest to either just open the underlying pageController, and I'll later look into it, or, which I would obviously prefer, create...
Version 0.1.8 was the last one that supported Swift 3, so you can use that one.
Interesting, could you please provide me with a reproducible setup? (ie how you initiate SwipeViewController and such) If not, at least provide me with some more details, so I can...
I am not sure what the exact nature of the problem is, could you please elaborate?
In SwipeViewController viewWillAppear function write this: ```swift //Navigation View let navigationView = interfaceController.initNavigationView() let imageView = UIImageView(image: UIImage(named: "YellowHearts")) imageView.frame.size = CGSize(width: 20, height: 20) imageView.center = CGPoint(x: viewWidth /...