Alejandro Iván Melo Domínguez
Alejandro Iván Melo Domínguez
In theory, he could do it assigning an identifier to a view controller and then messaging the `instantiateViewControllerWithIdentifier:` method on a `UIStoryboard` instance. Something like: ``` #import "AppDelegate.h" #import "EAIntroPage.h"...
Hey, did anyone solve this issue? When rotating the device, the previewView frame doesn't change, so the video looks zoomed in. I tried changing manually when rotating the device, but...
You can set micGain to `0.0f` to achieve a mute. Unfortunately the initial value for `micGain` on `VCSimpleSession` seems to be `0.0f`, but it should be `1.0f` (probably a bug?)....
@IOSDeveloperProgrammer I didn't code this library, but I think your buffering problem is due to the size of the image you're streaming. For example, 1280x720 is actually a very big...
It works for me. Did you set up the App Transport Security settings?
Add the target element to your Podfile: `target "MyProject" do` `pod 'VideoCore', '~> 0.3.1'` `end`
Actually, this feature should be more like "what to do with this orphan file?" rather than just deleting it. Pretty much what Aptana Studio (I don't know if it's an...
[es.ts.zip](https://github.com/mkloubert/vs-deploy/files/1118306/es.ts.zip) @mkloubert attached spanish translation in ZIP file (couldn't attach the .TS file directly). Sorry about dropping it here, I wasn't quite sure about how to submit it.
I would want this too, I don't really use more than one Xcode version at a time.
> Thanks for the bug @alejandroivan. It actually does keep you a session after you've quit the app, however it's not showing your Apple ID properly in the settings screen....