adjust todo comments
This commit is contained in:
parent
e4a27209c2
commit
8c0d39b94d
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue