-
Can not presentViewController, all cells events is pushViewController
-
Calling presentViewControllerAnimatedCompletion on the UIViewController instance is crashing the application on iOS 11 with SIGABRT.
I tried the call on iOS 10 and it’s working correctly. However, …
lozan updated
6 years ago
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/superwall-me/paywall-ios/blob/master/README.md) and [documentation](https://docs.superwall.com/docs)
- [x] I have searc…
-
I wanna use mordal. But doesn't work navigation Items.
``` Objective-c
ViewController *vc = [[ViewController alloc] init];
vc.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presen…
-
### What happened?
On clicking of the app icon, the app crashes. It's not even allowing the app to open nor initialise any other crash reporting SDK.
I luckily got a crash report from iOS users an…
-
Is it possible to expose presentViewController in authorizeSuccess instead of initWithConfiguration?
Setting presentViewController in authorizeSuccess might be more convenient.
Thank you.
-
tested on 0.9.3 and master, based on example iosNativeExample :
1. use ofFbo to draw the image in ImageApp
2. ofFbo fbo; in ImageApp.h
3. fbo.allocate(image.getWidth(),image.getHeight()); at the end …
-
### Description
- A non-std C++ exception is reported by Crashlytics for 5% of the users after migrating the app to new Architecture. Please note that it is not reproducible on debug builds and hap…
-
So I have a game that works in landscape mode and want to add share dialog functionality via UIActivityViewController. Here is a code:
```
-(void)share
{
NSMutableArray* sharingItems = [NSMutable…
-
@interface SSGWebViewController ()
@property (nonatomic, strong) WKWebView *sWebView;
@property WebViewJavascriptBridge* bridge;
@end
@implementation SSGWebViewController
- (void…