Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

kaga/TodoListDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Application Screenshot

This repository is a simple todo list application for iOS. It was written to demonstrate how taken away unnecessary responsibility of a view controller can enable us to

  1. Write unit test about the core business logic ( enable us to do TDD )
  2. Write UI test that does not require re-construct the whole UI state
  3. Reuse the business logic code on Today Extension and WatchOS as a framework
  4. Easily test the application state such as network connection failure

Please see the repo history for step by step notes

Notes for creating a shared iOS/WatchOS framework Step 1 Duplicate the product

Step 2 Set baseSDK to latest WatchOS

Step 3 Set product name to be the same name on iOS

Step 4 Add Framework to WatchOS Extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published