-
When trying to create a UINavigationController in the following manner:
```
[[UINavigationController alloc] initWithNavigationBarClass:nil toolbarClass:nil];
```
the end result is that the root view…
-
大大你好,我用的这个框架遇到这样一个问题
window的rootview为A页面(登录页面)
登录成功后pre到B页面,代码如下
MainViewController * next = [[MainViewController alloc]init];
UINavigationController *nav = [[UINavigationController alloc]initWith…
-
![4341535097296_ pic](https://user-images.githubusercontent.com/13481443/44572342-1ef41800-a7b6-11e8-8abb-ffc83a9c1150.jpg)
![4351535097297_ pic](https://user-images.githubusercontent.com/13481443/44…
-
If UINavigationController is connected to root view controller in storyboard, it would be nice to have its type reflected in generated struct.
-
App name obscured, but we received a complaint from a user that they were getting crashes when trying to access photos. Then we got this stack trace:
```
Incident Identifier: 3FB840D8-0B65-477B-9680…
-
### Description
Currently, the "OnNavigatedTo" method is only called for tabs that are directly placed on the tab bar. However, when a page doesn't fit in the tab bar and is instead placed in the "Mo…
-
I found the view, that selector is sent, but it's just a view with 4 subviews. Exception and crash is occurred after FXBlur only.
```
* thread #1: tid = 0xed5d1, 0x00000001077b9b8a libobjc.A.dylib`ob…
vani2 updated
9 years ago
-
set storyboard with UINavigationController and UIViewController
#
main
┣ settings
┣ data
┗ about app
-
When I create a simple uitableviewcontroller accessed through the menu option like this:
``` Objective-C
SettingsViewController *settings = [[SettingsViewController alloc] init];
UINavigationControll…
-
### Description
First off, amazing library! 🙌
I discovered that after updating from `2.2.0` to all later versions (2.3.1, 2.4.0), a crash occurs when modally presenting a floating panel that con…