You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ iOS Project demonstrating how to capture video and play it back.
5
5
6
6
Upon launch you'll find two buttons: one to record media (right), and one to play the same file back. It's called video.mov and is saved in the app's Documents directory.
7
7
8
-
Capturing happens with our old friend the UIImagePickerViewController which only accepts movie captures. The file is also saved to the Camer Roll.
8
+
Capturing happens with our old friend the UIImagePickerViewController which only accepts movie captures. The file is also saved to the Camera Roll.
9
9
10
10
Playback utilises an instance of MPMoviePlayerViewController.
0 commit comments