diff --git a/PodcastsClone/View/Podcast/PodcastDetailView.swift b/PodcastsClone/View/Podcast/PodcastDetailView.swift index 225d214..7db8181 100644 --- a/PodcastsClone/View/Podcast/PodcastDetailView.swift +++ b/PodcastsClone/View/Podcast/PodcastDetailView.swift @@ -84,7 +84,7 @@ struct PodcastDetailView: View { } } } - } + } } } diff --git a/README.md b/README.md index 84c1269..89a0264 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,16 @@ setting to dark/light theme. options, and displays the name of the current section once the user has scrolled past the corresponding header. - This clone tried to emulate that to some extent. + This clone has no such thing. * #### Bottom bar 👇 In Apple Podcasts, a consistent, stylish, slightly transparent bottom bar allows navigation between different views, and playing songs. - This clone tried to emulate that, but only the Library is there to visit. - + This clone tried to emulate that, but only the Library is there to visit, and the + "Now Playing" bar is static. + * ### :necktie: The Model @@ -76,4 +77,6 @@ and have a look around inside the preview. Sometimes, XCode is pretty neat. Some Concerning the View part of this project: * in the "detail" Podcast view, instead of saying "MORE", latest episode descriptions spanning more than 3 lines are truncated with a "..." * throughout the app, the smart date formattings are close to the original app, but not quite as smart. +* the top bar was left unimplemented +* the "now playing bar" and the tabview don't have the same transparency / colors * and many others will join this list, no doubt.