ShenYj
ShenYj
- [x] upgrade SnapKit version to newest from 5.0.1 with less file change
https://github.com/CRAnimation/CRBoxInputView/blob/5e45530ed234ceffd4f7b2b1b2c5a2b08b2a7ed8/PodCode/Classes/CRBoxInputView.h#L163 实现并未看到 `return nil` 的处理,为何返回实例标记为 `_Nullable`
```Swift var filterGoodsList: [Goods] = [] { didSet { tableView.es.stopPullToRefresh() tableView.es.stopLoadingMore() guard requiredSuccess else { return } if pullDownFlag && filterGoodsList.isEmpty { tableView.es.noticeNoMoreData() return } if !pullDownFlag && filterGoodsList.count ==...
It has bugs whether pull up or pull down with StoryBoard
execute `ideviceinstaller -l` faild with message: ```zsh ❯ ideviceinstaller -l dyld: Library not loaded: /usr/local/opt/libimobiledevice/lib/libimobiledevice.6.dylib Referenced from: /usr/local/bin/ideviceinstaller Reason: image not found [1] 63182 abort ideviceinstaller -l ```
Sent from PPHub
I make xcframework by Carthage and integrate it in my project with this error: this is my framework project, I wanna take a framework that contain Rx... to easy for...
求社交账号
在YouTube上搜到的你的这套教程, 听了不到一半, 感觉很用心, 质量很不错. 个人没有使用B站的习惯, 不知道是否还有其他社交媒体账号做一些技术类的分享, 想要关注一下.
iOS 适配
iOS 14上两个列表下方的指示器位置偏移了
- [x] update to Swift 5 - [x] adapter for xcode 12 - [x] upper to 9.0 - [x] remove the `.swift-version` file which is now deprecated and only use...