Alejandro Iván Melo Domínguez

Results 14 comments of Alejandro Iván Melo Domínguez

Be careful when replacing the current `UIWindow` by a new one. This is working for me, without re-alloc. ```objc - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { UIViewController *leftMenuViewController = [self.window.rootViewController.storyboard instantiateViewControllerWithIdentifier:@"LeftSideMenuViewController"];...

There is a `setPanMode:` method in `MFSideMenuContainerViewController`, which controls if the pan gesture should be enabled or not. You could add `[sideMenu setPanMode: MFSideMenuPanModeNone];` in `viewDidAppear:` and `[sideMenu setPanMode: MFSideMenuPanModeDefault];`...

This is not a bug for the app.

Looks like this problem is actually extended to several Bluetooth headphones. In my particular setup (Motorola S305: https://www.amazon.com/Motorola-Bluetooth-Stereo-Headset-Microphone/dp/B002BH3I9U) it doesn't work with next/prev buttons. I tested it some weeks ago,...