Matthijn

Results 3 comments of Matthijn

And another +1!

Changing: SlideNavigationController.m line 575 to ``` [self.view.superview insertSubview:menuViewController.view atIndex:0]; ``` fixes the problem form me. It was ``` [self.view.window insertSubview:menuViewController.view atIndex:0]; ```

Doesn't seem to work for me on Mac OS either. I literally copied and pasted this from the moment-timezone website moment.tz.zone('America/Los_Angeles').utcOffset(1403465838805) But the error is that the function utcOffset does...