iBinbro

Results 10 issues of iBinbro

``` - (void)applicationDidEnterBackground { if (self.server.numberOfHTTPConnections > 0) { KTVHCLogHTTPServer(@"%p, enter background", self); [self beginBackgroundTask]; } else { KTVHCLogHTTPServer(@"%p, enter background and stop server", self); [self stopInternal]; } } ```...

**Bug 表现** 项目中使用```KMNavigationBarTransition```来实现导航栏的平滑过渡,现在新添加了```Hero```框架来实现转场动画,但是会影响到```KMNavigationBarTransition```,在```push```和```pop```中出现黑色 ```Hero```框架使用的人还是蛮多的 不知道大佬有没有时间去瞧一瞧,能不能兼容下 **截图** ![转场过程中导航栏显示黑色](https://user-images.githubusercontent.com/15324447/95699886-2fa6c700-0c78-11eb-97f3-efb223d8e493.png) **如何重现** 如有需要我可以上传demo至github **预期的表现** -- **其他信息** - 设备: [例如模拟器、iPhone、iPad] - iOS 版本: [iOS 13.x] - Xcode 版本: [Xcode 11.x]

**Bug 表现** 项目中使用```NavigationBarTransition```来实现导航栏的平滑过渡,现在新添加了```Hero```框架来实现转场动画,但是会影响到```NavigationBarTransition```,在```push```和```pop```中出现黑色 ```Hero```框架使用的人还是蛮多的 不知道大佬有没有时间去瞧一瞧,能不能兼容下 **截图** ![转场过程中导航栏显示黑色](https://user-images.githubusercontent.com/15324447/95699886-2fa6c700-0c78-11eb-97f3-efb223d8e493.png) **如何重现** A导航栏存在(有背景色等设置) B导航栏为透明效果(无背景色等) A设置了```self.edgesForExtendedLayout = UIRectEdgeNone;```(问题应该在这导致的A导航栏转场黑色) 如有需要我可以上传demo至github **预期的表现** -- **其他信息** - 设备: [例如模拟器、iPhone、iPad] - iOS 版本: [iOS 13.x] - Xcode 版本: [Xcode 11.x]...

help wanted

**Describe the bug** error: cannot override 'release' which has been marked unavailable: not available in automatic reference counting mode. **To Reproduce** Steps to reproduce the behavior: 1. agora_rtc_engine: ^4.1.0-alpha.2 **Screenshots**...

代码如下: ``` AXWebViewController *webVC = [AXWebViewController sharedManagerWithUrl:@"http://www.baidu.com"]; webVC.enabledWebViewUIDelegate = YES; webVC.showsToolBar = NO; webVC.showsBackgroundLabel = NO; if (AX_WEB_VIEW_CONTROLLER_iOS9_0_AVAILABLE()) { webVC.webView.allowsLinkPreview = YES; } webVC.navigationType = AXWebViewControllerNavigationBarItem; UINavigationController *nav = [[UINavigationController...

Guideline 2.5.1 - Performance - Software Requirements Your app uses or references the following non-public APIs: MLULookupItemContent 大概是这里: - (BOOL)ax_canOpenURL:(NSURL *)url { Class class = NSClassFromString(@"MLULookupItemContent"); unsigned int count =...

# Problem to solve flame is a very good game engine, thank you very much for your contributions. Now I have a problem in using it, how to simulate the...

question

Xcode Version 10.1 The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 3.0, 4.0, 4.2. This setting...

This project is very complete, very suitable for beginners to learn, but it can't run now, can you take the time to upgrade the project? The server has also stopped,...

**Description** A very cool game, but when I run it on my Android phone, the lag is very obvious. I wonder if other friends have the same problem.