simla-tech / Fastis

🗓 Simple date range & date picker / calendar powered by JTAppleCalendar
MIT License
295 stars 48 forks source link

Done button not visible in iOS 17.0 #48

Closed almin1337 closed 8 months ago

almin1337 commented 10 months ago

Hello,

It seems that done button is not visible in iOS versions above 17.0. Does anyone have an idea what is the issue?

AJereli commented 10 months ago

Same for me

AJereli commented 9 months ago

@almin1337 In my case, the error was on my side. I showed FastisController through a wrapper in SwiftUI, and the controller was not located inside the UINavigationController, as a result the button was not displayed

UriyDevyataev commented 8 months ago

Hi, Yes, иuttons might not appear when used in SwiftUI. Now we have added an implementation for SwiftUI. You can read in ReadMe how to use it in your project. https://github.com/simla-tech/Fastis/pull/54