/CastPod

A podcast application that allows users to play/download/listen to their favorite podcasts.

Primary LanguageSwift

CastPod

castpod Simulator Screen Recording - iPhone 12 - 2021-07-11 at 00 46 40 Simulator Screen Recording - iPhone 12 - 2021-07-11 at 00 48 04

Description

  • Easily stream your favorite podcasts online or offline
  • Utilizes the iTunes Search API
  • Users search for a podcast and then are presented with all the episodes
  • Favoriting podcasts and downloading episodes using UserDefaults for offline streaming
  • Project was completed using 100% programmatic UI (No Storyboard)
  • MVC design pattern

Technologies / Frameworks

  • UIKit
  • Cocoapods (AlamoFire, FeedKit, MarqueeLabel)
  • AVKit
  • NotificationCenter
  • Animations

What I Learned:

  • Playing audio files with AVPlayer
  • Parsing RSS Feeds
  • UIPanGestures
  • Handling Audio Interruptions such as incoming phone calls
  • Singleton design pattern with Network managers

How to use