kb100824

Results 11 comments of kb100824

@zhangkuo921112 I Sove it, ``` typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize); #pragma mark - progress block参数类型不对导致报错 _webImageOperation = [manager downloadWithURL:_photoURL options:0 progress:^(NSInteger receivedSize,NSInteger expectedSize) { if (expectedSize > 0) { float...

@agdsdl 楼主我发现你源文件DLFixedTabbarView中的- (void)setTabbarItems:(NSArray *)tabbarItems{}这个方法中的“ assert(tabbarItems.count

@zhangjianbin @neverthinking 你们后面怎么解决? 通过桥接文件?

@yangKJ 你可以参考这里 https://github.com/CocoaPods/CocoaPods/issues/11402

@eebrian123tw93 like this just do it : ```swift static let decidePolicyNavigationResponse = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as (WKNavigationDelegate) -> ((WKWebView, WKNavigationResponse, @escaping (WKNavigationResponsePolicy) -> Void) -> Void)?) static let decidePolicyNavigationAction = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as...

@Comver you can refrence : https://github.com/agdsdl/DLSlideView

@wangjianxue 自己单独处理一下 就好 我也是发现这个问题

@fergusding 感谢楼主大神开源,我在原有的基础上根据自己的需求添加block回调来获取当前选中的日期。