sugarwyc

Results 7 issues of sugarwyc

SwiftUI Preview does not work after importing SDWebImageSwiftUI dependency. Xcode 13.2.1 ![image](https://user-images.githubusercontent.com/5518603/148143187-4bd6aba6-94e0-487f-850d-d9596b84a84e.png)

swiftpm

![qq20180702-143040](https://user-images.githubusercontent.com/5518603/42148513-28cdabf0-7e05-11e8-99e4-bf950d86a11a.png) ```gradle api ('com.alibaba.android:vlayout:1.2.16@aar') { transitive = true } ``` VirtualLayoutManager.HORIZONTAL StickyLayoutHelper + LinearLayoutHelper 滚动时有时会像图中那样,StickyLayoutHelper部分显示空白

![image](https://user-images.githubusercontent.com/5518603/172984030-586e31ef-8fd7-490a-800c-d72aa407cd37.png)

how to add a custom `Response Validator` and the error can trigger `Alamofire RequestRetrier`

question

```swift struct ContentView: View { @State var path = NBNavigationPath() var body: some View { NBNavigationStack { HomeView() } } } struct HomeView: View { @EnvironmentObject var navigator: PathNavigator var...