Skip to content

TastyHeadphones/iOS-Intern-Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Test Suite SwiftLint

iOS-Intern-Homework

2023 iOS Intern Homework iTunes Music App

This app is a simple music app, which can search music by keyword, show music list, show music detail and show music detail's infos preview, and it is based on MVVM architecture, use Combine to bind data between view model and view controller.

Screenshots

Setup Instructions

CocoaPods

cd iTunes-Music
pod install
open iTunes-Music.xcworkspace

Features

  • Search music by keyword
  • i18n support
  • Show music list
  • Show music detail
  • Show music detail's infos preview
  • Handling of poor network conditions
  • Handling of empty data
  • Unit tests
  • Github Action CI for unit tests and SwiftLint
  • A11y support
  • GPT-3 Code Review

Requirements

  • iOS 13.0+
  • Xcode 13.0+
  • Swift 5.0+

Infra Structure

BaseRepository is a generic class that provides the basic functions of the service layer, such as network request for the raw data.

BaseDataService is a generic class that provides the basic functions of the view model layer, it is responsible for the raw data transformation of the view model layer.

BaseViewController is a generic class that provides the basic functions of the view layer, such as setup subscribes and add views for the view model layer.

About

2023 iOS Intern Homework iTunes Music App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published