-
Hey, from my masterViewController I transition to detailViewController:
```
self.sideNavigationController?.transitionFromRootViewController(detailVC,
…
-
I was trying to implement a transparent modal in my project referencing to your tutorial(Thanks for sharing: ] ), as it's doesn't cover full screen, In addition to `destinationViewController.transitio…
-
In my current app, I'd like to use the `Fold` animations when transitioning between two child view controllers. From what I know about the animators, I don't think we can. For example, for a fade tran…
-
2016-04-05 17:35:59.145 JZNavigationExtensionDemo[15819:330009] Came from ViewController Class.
2016-04-05 17:36:02.272 JZNavigationExtensionDemo[15819:330009] Controller will be poped.
2016-04-05 17:…
-
I'm trying out your code across three viewcontrollers. The first VC is displaying a banner ad. The 2nd view is also displaying a banner ad.
The main issue is my second VC is a tableview. If I tap …
-
After spending some time studying this project, I want to integrate it in my own project. Hélas, without success.
## What I have done
Replaced `AWSMobileHubHelper.framework` and `ViewController.sw…
ghost updated
8 years ago
-
I have an Obj-C project and am transitioning from the SWReveal framework to this one, SideMenu. I'm experiencing a couple hiccups along the way with using the Swift pod in my Obj-C project, though.
S…
-
Hi,
I changed the layout constraint of the y-Axis in your demo:
Any easy way to fix the position of the Pulsator?
Cheers,
Frederik
-
import UIKit
class ViewController: UIViewController, TTSlidingPagesDataSource, TTSlidingPageDelegate{
// var slider = TTScrollSlidingPagesController()
```
var slider : TTScrollSlidingPagesContr…
-
When try function handleLeftPan(pan:UIPanGestureRecognizer) in a UIView it works perfectly. But when try it on a UITableView, i got error "fatal error: unexpectedly found nil while unwrapping an Optio…