mrtrinh5293

Results 3 comments of mrtrinh5293

Thank you for your helps @dreampiggy ! IOS 14 is not working for AnimatedImage(url: URL(string: country.flag)!) And, This error happened when I try to add SDWebImageSVGKitPlugin dependecy : https://github.com/SDWebImage/SDWebImageSVGKitPlugin.git has...

I honestly dont know what caused the problem. The only warning I have is " "The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported...

I had to switch back to 1.3.1 to display the Navigation title and did this workaround: ``` TabView(selection: $tabSelection) { HomeBaseView(pageTitle: $pageTitle) .tag("Home") .tabItem { Label("Home", systemImage: "house") } TimerBaseView(pageTitle:...