-
For some reason, SCRecorder is not capturing any video at all. Only audio.
I am using Xcode 7.1 with iOS 9.1 on an iPhone 6.
When I open the session in SCVideoPlayerViewController, I get a white blank…
hbmtw updated
8 years ago
-
In a previous version, the text of the cancel button label would follow whatever color was set as promptColor, now it is always white, which is a problem when using a white background. Sample code:
…
-
reports] Main Thread Checker: UI API called on a background thread: -[UIViewController init]
When you call ImagePicker.openCropper directly, you will find that the ui thread pauses for 4-5 seconds …
-
Hello,
I am trying to use Google Image Search. I am doing the following:
```
// These are replaced with the real details
NSString *API_KEY = @" ApikeyHere";
NSString *CX_ID = @"0123456789000:…
-
When I create a simple uitableviewcontroller accessed through the menu option like this:
``` Objective-C
SettingsViewController *settings = [[SettingsViewController alloc] init];
UINavigationControll…
-
```
- (IBAction)loginOnTheWebAction:(id)sender {
self.twitter = [STTwitterAPI twitterAPIAppOnlyWithConsumerKey:_consumerKeyTextField.text consumerSecret:_consumerSecretTextField.text];
…
-
````
UIActivityViewController` *actContr = [[UIActivityViewController alloc] initWithActivityItems:@[screenImage] applicationActivities:nil];
[self presentViewController:actContr animated:YES compl…
-
I just see below approach to use NYTPhotoViewer, follow this approach I have to init photos array with image data first (image data is very big compare with it's path or it's name), so in case I have…
-
Hi!
First of all thanks for great library! It's really awesome. I integrated it in project that I'm currently working on and encountered strange behaviour. When presenting `UITabBarController` withou…
-
Is there any way to disable the animation of the editor entry? Right now after we call ```RNImageTools.openEditor``` it bouncesIn from the bottom. How do we disable it, so that it just appears without…