NewsAppSwiftUI icon indicating copy to clipboard operation
NewsAppSwiftUI copied to clipboard

A Full News App based on the latest SwiftUI 3 API and Swift 5.5 that fetches latest news from newsapi.org. Multiplatform support targeting iOS 15, macOS 12, watchOS 8, tvOS 15.

Results 7 NewsAppSwiftUI issues
Sort by recently updated
recently updated
newest added

If you changed the way the app shows the details for news items by navigating to the details view using the NavigationView (instead of presenting Safari sheet), and then return...

__Originally posted by @Apachisan8888 in https://github.com/alfianlosari/NewsAppSwiftUI/issues/4__

After u have added placement: horizontalSizeClass in SearchTabView, clicking on any link on the sidebar and click back to Search, the search textbox will disappear. It will appear if one...