Niccolò Fontana

Results 9 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 {...

I'm not sure I've correctly understood, where should I add this logic?

Hello @boybeak, this library actually doesn't provide any tab bar, it simply allows you to build your custom one and use it within the `CustomTabView` component. So you can build...

I close the issue due to inactivity. Feel free to reopen it if needed.

Hi @wchen258! Thank you, I really appreciate 🙏 Regarding your problem, could you please provide me with more details about the project? Particularly: - What is the definition of the...

Thanks @wchen258 @bobergj! I've just released a [new version](https://github.com/NicFontana/SwiftUI-CustomTabView/releases/tag/v1.2.0) of the library with the fix. Happy coding 🙂

Same here on [v18.7.1-ee](https://gitlab.com/gitlab-org/gitlab/-/tags/v18.7.1-ee)