adjust todo comments

This commit is contained in:
Ethan Pippin 2022-01-01 21:35:13 -07:00
parent e4a27209c2
commit 8c0d39b94d
2 changed files with 2 additions and 10 deletions

View File

@ -15,11 +15,7 @@ import TVVLCKit
import SwiftUI import SwiftUI
import UIKit import UIKit
// TODO: Make the VLC player layer a view // TODO: Look at making the VLC player layer a view
// This will allow changing media and putting the view somewhere else
// in a compact state, like a small viewer while navigating the app
// TODO: Look at making overlays handle timer and all gesture events
class VLCPlayerViewController: UIViewController { class VLCPlayerViewController: UIViewController {

View File

@ -15,11 +15,7 @@ import MobileVLCKit
import SwiftUI import SwiftUI
import UIKit import UIKit
// TODO: Make the VLC player layer a view // TODO: Look at making the VLC player layer a view
// This will allow changing media and putting the view somewhere else
// in a compact state, like a small viewer while navigating the app
// TODO: Look at making overlays handle timer and all gesture events
class VLCPlayerViewController: UIViewController { class VLCPlayerViewController: UIViewController {