-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Did you read the "Reporting a bug" section on Contributing file?
- [x] I have read the "Reporting a bug" secti…
-
It happens so frequently page menu gets stucked i.e does not swipes on iOS version 10.1,10.2 & 10.3.
-
录音时偶现的bug,在stackoverflow找到了原因,应该是录音和播放使用的同一个AVAudioSession,导致崩溃。解决方法是在AudioPlayManager的stopPlayer()方法中加一句代码self.audioPlayer!.prepareToPlay()重置AVAudioSession:
func stopPlayer() {
if self.…
-
// Hack to hide the bottom bar's Info button... originally based on http://stackoverflow.com/a/16353530
NSInteger infoButtonIndex;
if ([[[UIDevice currentDevice] systemVersion] compare…
-
如题
-
In the README, the instructions on configuring the secret gives the example of using `NSUUID -UUIDString` in the secret string.
> Never store the secret somewhere on your file system or in your user …
-
If I don't have useDeviceOrientation set to YES, orientation is always flipped the wrong way.
If I do set it to YES, the output video is always landscape.
-
* CPU below iPad Mini 2 (dual-core Appel A7): disable water animations;
* CPU below iPad Mini (1 GHz dual-core ARM Cortex-A9): disable map and unit animations;
* iPad Mini: font size to 125%
* iPho…
-
-
在横屏时,拍摄出的视频,还是竖着播放的,可以做成,竖着拍的,就竖着播放,横着拍的,就横着播放的么?