Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vinnyA3's full-sized avatar
👽
area51

Vin Aceto vinnyA3

👽
area51
View GitHub Profile
@vinnyA3
vinnyA3 / logging-swift
Created March 26, 2021 14:46
swift access log
import UIKit
import AVKit
import AVFoundation
class ViewController: UIViewController {
@IBOutlet weak var playerContainer: UIView!
var player: AVPlayer = VideoPlayer.initPlayer()
var playerItem: AVPlayerItem?