wjiuxing

Results 12 issues of wjiuxing

项目里集成了 `KKJSBridge/AjaxHook`,发现个别 302重定向的网页 cookies 会出问题。(之前的 #45 也有可能是这个原因,暂时未抽时间去看) 测试代码如下: ```Objective-C NSString *url = @"https://clk.optaim.com/event.ng/Type=click&FlightID=202112&TargetID=sohu&Values=e1147096,32e248d6,9f339d15,7e5abed9&AdID=6058306&imei=__IMEI__&IDFA=__IDFA__&ip=__IP__&androidid=__ANDROIDID__"; WebViewController *web = [[WebViewController alloc] initWithUrl:url]; [self.navigationController pushViewController:web animated:YES]; ``` cookie 显示出错,如下图: 原生 WKWebView 抓包显示 cookie 如下图:...

老师你好,想问一下支持标签页控件吗?例如 [VTMagic](https://github.com/tianzhuo112/VTMagic)。

适配 iOS 13 的 UINavigationBarAppearance,解决导航栏在 iOS 15 上显示异常的问题。

一个小小的优化:k 与 2^n 取模,可以优化为 k & (2^n - 1)。

I know that there is a repeated wheels [Strongify](https://github.com/krzysztofzablocki/Strongify) written by [krzysztofzablocki]( https://github.com/krzysztofzablocki), which encapsulates the strong-weak-dance with more than one object.

``` #11 com.apple.CFNetwork.CustomProtocols NSInvalidArgumentException -[__NSArrayM bytes]: unrecognized selector sent to instance 0x174e40750 0 CoreFoundation ___exceptionPreprocess + 124 1 libobjc.A.dylib _objc_exception_throw + 56 2 CoreFoundation ___methodDescriptionForSelector 3 CoreFoundation ____forwarding___ + 916...

a solution to the issue #108: > 可以点击某一弹幕使其暂停,之后再恢复滑动吗?