Niccolò Fontana

Results 3 comments of Niccolò Fontana

@ilai1823 almost. If you use `RealHTTP.fetch()` it will always use the shared `HTTPClient`, see: ```swift extension RealHTTP { /// Fetch the request with the default client. public static func fetch(_...

Hello @VladislavFitz Thanks for your feedback, I followed your suggestions in the last commit. I also marked with `private(set)` the `HitsObservableController` `@Published` properties. This should help making `HitsObservableController` consistent with...

Hello Alex! I have achieved the result you wanted by ignoring the safe area in `CustomTabView` and in the content of the first tab: ```swift var body: some View {...