Chris Biagioni

Results 5 comments of Chris Biagioni

@kitasuke I have the same issue and am also using four view controllers, except I left the `defaultPage` var at `1`. @thomaaam's fix didn't work for me. The problem is...

@kitasuke I'm also finding that no matter what I set the `defaultPage` to, when the `PagingMenuController` loads, the current menu item title correctly displays the `defaultPage's` title, but the view...

I'm finding the issue is in this method: ``` class PagingViewController: UIViewController { internal func positionMenuController() { if let currentViewController = currentViewController, let currentView = currentViewController.view { contentScrollView.contentOffset.x = currentView.frame.minX...

Yeah, that's always the case with `onChange`. I'm trying to observe the actual text that gets bound to `RichTextEditor`, but whenever the text is mutated — via the editor — ...

yeah, it's been a while and haven't touched the project that was originally using this, but i too was building for macOS when running into this issue