Skip to content

joelparkerhenderson/demo-swift-master-detail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Swift Master Detail

This demonstration shows:

This README describes how to create the demo.

Start

To use this demo, you can clone this repo, or you can use this README to create your own project.

If you clone this repo, then be aware that there are multiple git branches, so pick the one you want.

  • swift-4-xcode-9: Swift version 4, Xcode version 9, iOS version 11.

  • swift-3-xcode-8: Swift version 3, Xcode version 8, iOS version 10.

Create the project

Launch Xcode and create a new Xcode project.

  • Use the iOS template "Master-Detail Application" and Product Name "Demo Swift Master Detail".

  • Help

How to use the app

Create an item.

  • Tap the button "+" which creates a master item.

  • The master item automatically shows the creation date and time.

Open an item.

  • Tap the item, which slides open to show the detail view of the item.

  • To return to the master list, tap the upper left label "Master".

Delete an item.

  • Tap-press the item and drag left, which slides open the label "Delete".

  • Tap the label "Delete".

Tracking

  • Package: demo_swift_master_detail
  • Version: 3.0.0
  • Created: 2016-04-09
  • Updated: 2017-09-22
  • License: BSD, GPL, MIT
  • Contact: Joel Parker Henderson (http://joelparkerhenderson.com)