-
-
![screenshot](https://p.twimg.com/A1JsnJpCcAABvh5.png:large)
In the demo, when I push a detail view from centerTableView, I found this dark area.
Is it for "fold effect"?
Can you tell me how to rem…
-
I'm using a `UINavigationController` and triggering a modal segue to another view controller. The transition uses the top edge.
There is a bug that happens sometimes where when I go to perform the s…
-
Hi,
Thank you for sharing the idea of using visitors with storyboard segues! I've tried to incorporate your technique into Master-Detail Application template and found an issue which I don't know h…
rbsgn updated
7 years ago
-
Hi, quick question - how do I replicate the default NavigationView's transition animation?
It's not a plain .slide, it's both slide and slide of the original one at a half distance.
-
See https://twitter.com/joemasilotti/status/743810021318856704
-
The FGallery categories for UINavigationController and UITabBarController contain a shouldAutorotateToInterfaceOrientation: method.
This is terribly wrong. It took me hours to debug this.
The issue …
-
Following code is working but there is no NavigationBar
```
promoGallery* gallery = [[promoGallery alloc] init];
gallery.imageArray = self.fullImageArray;
FGalleryViewController* pVC = [[FGalleryVi…
-
This causes an EXC_BAD_ACCESS n parallaxViewScrollHorizontally
Reproducable by embedding a UINavigationController in UIViewController in the storyboard
-
Hey @johnpatrickmorgan. I'm having an issue running iOS 15, using the latest version (0.9) of the library, and mixing SwiftUI and UIKit. For reference, our app has some UIKit navigation (via a UINavig…