Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc436PublicF2021
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Keleher
cmsc436PublicF2021
Commits
2f51f86f
Commit
2f51f86f
authored
3 years ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
081cd54b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assign5/README.md
+14
-5
14 additions, 5 deletions
assign5/README.md
with
14 additions
and
5 deletions
assign5/README.md
+
14
−
5
View file @
2f51f86f
...
...
@@ -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
- 2
0
pts: general NavigationView structure, containing links to the player
- 2
5
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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment