-
I would like to blur the whole background (including the navigation bar), but as of now, only the table view blurs. Any suggestions?
-
I got this problem when I try to switch another view controller. It seems no UINavigationBarController not appeared in second view controller when I trigger didSelectRowAtIndexPath. Then I cant go bac…
-
I'm using iPhone 6S with iOS 9.1.
To replicate:
- Open Demo project,
- Select main storyboard
- Select controller,
- Embed in navigation controller.
- Embed in Tabbar controller.
- Run app
Only …
-
Hi, i want to push a view controller with rootNavigationController from app delegate but i get an error
[SWRevealViewController pushViewController:animated:]: unrecognized selector sent to instance 0…
-
#### Description
Area:
UIKit
Summary:
Usually iOS blocks user interactions when `pushViewController animated: true` is called.
Following example sets new window.rootViewController and then pus…
-
I have integrated TLYShyNavBar with UITableView in my project. After a couple weeks I found that there is one very basic bug. Navigation controller is keep on jumping unexpectedly for a fix number of …
-
### Use case
I found that using WebKitWebViewController.setAllowsBackForwardNavigationGestures(true); does not work properly.
I hope to add a callback for changes in the canGoBack property to distin…
-
## Description
RetroPad button bindings on macOS, iOS, and iPadOS don't function with Bluetooth controllers. I tried with two controllers: a Nintendo Switch Pro Controller and a PS4 Controller.
…
-
-
Hello,
I had added a VR controller orientation-based navigation method
independent of the user's head orientation a few months ago.
https://github.com/x3dom/x3dom/pull/948
According to this, I…