Skip to content
Snippets Groups Projects
Commit 2f51f86f authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 081cd54b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,15 @@ other projects**. It is *not* a bonus, or extra credit. However, we will
only count the assignment if it is better than your current average
assignment store, so it can not hurt your grade.
**Note Also:** This is a continuation of our **All-SwiftUI,
All-the-Time** (ASAT) approach. Use SwiftUI's AVPlayer / VideoPlayer
combo, no UIKit calls. No layers. No ViewDidLoad(). Etc.
A video linked to at the end shows the functionality we expect. It
does not have to look exactly like this, but all the shown
functionality should be there.
## Approach
In this project we are going to build a pared-down version of
......@@ -114,7 +123,7 @@ window. Hover the mouse to the right of data and you will see options.
## Step 4: Create a Video Player
In line with **All-SwiftUI, All-the-Time** (ASAT), use only the SwiftUI approach, i.e.:
In line with ASAT, use only the SwiftUI approach, i.e.:
```
VideoPlayer(player: AVPlayer(url: "..."))
```
......@@ -158,7 +167,7 @@ this might burn through your data plan quickly).
## Grading
You should have uploaded at least 4 videos to your database before we test your app, with arbitrary value of likes and seen
- 20 pts: general NavigationView structure, containing links to the player
- 25 pts: general NavigationView structure, containing links to the player
list of view
and the URL uploader.
- 20 pts: URL uploading, downloadable and playable for player
......@@ -167,10 +176,10 @@ list of view
- 10 pts: gesture recognizers
- 10 pts: implementing the "likes" button and functionality
- 10 pts: general look and feel
- 10 pts: one of the following tasks:
- 5 pts: one of the following tasks:
- Record and upload video from inside the app. You can upload anywhere you have access,
though I suggest using Firebase Storage.
- Resize or otherwise modify existing video in your app.
## Video of example app
[video](assign5.mp4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment