-
I'm having an issue calling this in a presentviewcontroller. I want the main view to resume after a user logs in but nothing happens:
SideViewController *about = [AppDelegate globalDelegate].drawerVi…
-
用了这个返回手势,调用系统自带的MessageUI框架发短信等操作 弹出来的控制器 取消按钮都没了
![image](http://i1.tietuku.com/87d91790994e3326.jpg)
-
I have an example at https://github.com/xster/flutter-test/tree/master/t33_animation_with_native
Even after the second view controller was presentViewController'ed, the FlutterViewController still …
xster updated
4 months ago
-
Hello,
Not able to reproduce this and the crash seems to be rare, but FYI, we have this error in our crash reporting tool: `Application tried to present modally a view controller Purchasely.PLYProd…
-
После перехода на версию 4.1.0-lite получили очень частый краш только на ios 14.
Fatal Exception: NSInternalInconsistencyException
Stack Trace:
0 CoreFoundation 0x129dc0 __e…
-
I have some code in Left view controller
``` objective-c
UIViewController *vc =[UIViewController new];
vc.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIB…
-
@chrisfsampaio
Estou tentando fazer o fluxo de login, exemplo:
- Se usuário não está logado, vai pro PresentViewController (tela principal)
- Se usuário já está logado, vai pro MapViewController (que…
-
1.create a viewController,and present it.
ViewController *vc = [[ViewController alloc] init];
[self presentViewController:vc animated:YES completion:nil];
2.use IDMPhotoBrowser
NSArray *list = @[…
JPlay updated
7 years ago
-
presentViewController the cocos2dxviewcontroller,then dismiss it, then reopen.app crash
guoxj updated
10 years ago
-
Steps to reproduce:
Set the following values:
controller.cropAspectRatio = 1.0;
controller.keepingCropAspectRatio = YES;
Then Change the following line
[self presentViewController:navigationContro…