|
@@ -27,12 +27,6 @@
|
|
|
|
|
|
@implementation VLCPlaylistViewController
|
|
|
|
|
|
-- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
|
|
|
-{
|
|
|
- self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
|
|
|
- return self;
|
|
|
-}
|
|
|
-
|
|
|
- (void)loadView {
|
|
|
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
|
|
_tableView = [[UITableView alloc] initWithFrame:[UIScreen mainScreen].bounds style:UITableViewStylePlain];
|