Zeeshan A Zakaria
Zeeshan A Zakaria
@adesun2k were you able to make it work? I am also stuck trying to make Chime work in SwiftUI.
> > @adesun2k were you able to make it work? I am also stuck trying to make Chime work in SwiftUI. > > What worked for me was to wrap...
> I am successfully using SwiftUI without storyboard. @zeeshanz post your code? @jonah-katz I am using storyboard so I have nothing new to post. If you have managed to make...
@TyJPhillips Here is how I am doing it. The 'fix' is the function ```setMonthButtonsTitle()``` ``` private var selectedDate = Date() private let MONTHS = ["January", "February", "March", "April", "May", "June",...