XiongWei

Results 16 issues of XiongWei

Hope to support

如题, 加载视频播放了,如何获取视频的Data,并判断 是否Data 下载完成了

为什么 WebViewJavascriptBridge 在 iOS 14.2 上可以用,但是在 iPad iOS 14.1 上不能用

Is there any way to read the M and I registers in the API ?

question

I found that I use iOS hard coded H264 files generated can play in the VLC, but with the landlord of this but can not be resolved, suggesting that the...

sudo wechattweak-cli install ------ Download ------ ------ Unzip ------ Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip /tmp/WeChatTweak.zip -d /Applications/WeChat.app/Contents/MacOS Install failed: Execute command: rm -rf /Applications/WeChat.app/Contents/MacOS/WeChatTweak.framework; unzip /tmp/WeChatTweak.zip -d /Applications/WeChat.app/Contents/MacOS failed:...

my code: ``` LCActionSheet *actionSheet = [LCActionSheet sheetWithTitle:title delegate:self cancelButtonTitle:cancelTitle otherButtonTitles:otherTitle01,otherTitle02, nil]; actionSheet.titleColor = [UIColor colorWithHexString:XZTheme.Share.grayLeve04]; actionSheet.buttonColor = [UIColor colorWithHexString:XZTheme.Share.blackLeve03]; [actionSheet setCancelButtonColor:[UIColor colorWithHexString:XZTheme.Share.grayLeve02]]; self.actionSheet = actionSheet; [actionSheet show]; ``` not...