Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
9dd024b9
Commit
9dd024b9
authored
May 26, 2013
by
Felix Paul Kühne
Browse files
Rename VLCAddMediaViewController to VLCMenuViewController since it's more appropriate
parent
b3f240a2
Changes
9
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCHTTPFileDownloader.h
View file @
9dd024b9
...
...
@@ -6,11 +6,11 @@
// Copyright (c) 2013 VideoLAN. All rights reserved.
//
@class
VLC
AddMedia
ViewController
;
@class
VLC
Menu
ViewController
;
@interface
VLCHTTPFileDownloader
:
NSObject
@property
(
nonatomic
,
retain
)
VLC
AddMedia
ViewController
*
mediaViewController
;
@property
(
nonatomic
,
retain
)
VLC
Menu
ViewController
*
mediaViewController
;
@property
(
nonatomic
,
readonly
)
BOOL
downloadInProgress
;
-
(
void
)
downloadFileFromURL
:(
NSURL
*
)
url
;
...
...
AspenProject/VLCHTTPFileDownloader.m
View file @
9dd024b9
...
...
@@ -7,7 +7,7 @@
//
#import "VLCHTTPFileDownloader.h"
#import "VLC
AddMedia
ViewController.h"
#import "VLC
Menu
ViewController.h"
#import "VLCCircularProgressIndicator.h"
#import "VLCAppDelegate.h"
...
...
AspenProject/VLC
AddMedia
ViewController.h
→
AspenProject/VLC
Menu
ViewController.h
View file @
9dd024b9
//
// VLC
AddMedia
ViewController.h
// VLC
Menu
ViewController.h
// VLC for iOS
//
// Created by Felix Paul Kühne on 19.05.13.
...
...
@@ -12,7 +12,7 @@
@class
VLCCircularProgressIndicator
;
@class
IASKAppSettingsViewController
;
@interface
VLC
AddMedia
ViewController
:
UIViewController
@interface
VLC
Menu
ViewController
:
UIViewController
@property
(
strong
,
nonatomic
)
IASKAppSettingsViewController
*
settingsViewController
;
@property
(
strong
,
nonatomic
)
VLCSettingsController
*
settingsController
;
...
...
AspenProject/VLC
AddMedia
ViewController.m
→
AspenProject/VLC
Menu
ViewController.m
View file @
9dd024b9
//
// VLC
AddMedia
ViewController.m
// VLC
Menu
ViewController.m
// VLC for iOS
//
// Created by Felix Paul Kühne on 19.05.13.
// Copyright (c) 2013 VideoLAN. All rights reserved.
//
#import "VLC
AddMedia
ViewController.h"
#import "VLC
Menu
ViewController.h"
#import "VLCAppDelegate.h"
#import "VLCPlaylistViewController.h"
#import "VLCAboutViewController.h"
...
...
@@ -21,7 +21,7 @@
#import <ifaddrs.h>
#import <arpa/inet.h>
@interface
VLC
AddMedia
ViewController
()
{
@interface
VLC
Menu
ViewController
()
{
VLCHTTPUploaderController
*
_uploadController
;
Reachability
*
_reachability
;
VLCHTTPFileDownloader
*
_httpDownloader
;
...
...
@@ -29,7 +29,7 @@
@end
@implementation
VLC
AddMedia
ViewController
@implementation
VLC
Menu
ViewController
-
(
id
)
initWithNibName
:(
NSString
*
)
nibNameOrNil
bundle
:(
NSBundle
*
)
nibBundleOrNil
{
...
...
AspenProject/VLCPlaylistViewController.h
View file @
9dd024b9
...
...
@@ -10,12 +10,12 @@
#import "AQGridView.h"
@class
VLCMovieViewController
;
@class
VLC
AddMedia
ViewController
;
@class
VLC
Menu
ViewController
;
@interface
VLCPlaylistViewController
:
UIViewController
<
AQGridViewDataSource
,
AQGridViewDelegate
,
UITableViewDataSource
,
UITableViewDelegate
,
UITabBarDelegate
,
UIPopoverControllerDelegate
>
@property
(
nonatomic
,
strong
)
VLCMovieViewController
*
movieViewController
;
@property
(
nonatomic
,
strong
)
VLC
AddMedia
ViewController
*
addMediaViewController
;
@property
(
nonatomic
,
strong
)
VLC
Menu
ViewController
*
addMediaViewController
;
@property
(
nonatomic
,
strong
)
UIPopoverController
*
addMediaPopoverController
;
@property
(
nonatomic
,
strong
)
IBOutlet
UITableView
*
tableView
;
...
...
AspenProject/VLCPlaylistViewController.m
View file @
9dd024b9
...
...
@@ -10,7 +10,7 @@
#import "VLCMovieViewController.h"
#import "VLCPlaylistTableViewCell.h"
#import "VLCPlaylistGridView.h"
#import "VLC
AddMedia
ViewController.h"
#import "VLC
Menu
ViewController.h"
@interface
VLCPlaylistViewController
()
{
NSMutableArray
*
_foundMedia
;
...
...
@@ -230,7 +230,7 @@
-
(
IBAction
)
leftButtonAction
:(
id
)
sender
{
if
(
self
.
addMediaViewController
==
nil
)
self
.
addMediaViewController
=
[[
VLC
AddMedia
ViewController
alloc
]
initWithNibName
:
@"VLCAddMediaViewController"
bundle
:
nil
];
self
.
addMediaViewController
=
[[
VLC
Menu
ViewController
alloc
]
initWithNibName
:
@"VLCAddMediaViewController"
bundle
:
nil
];
if
(
UI_USER_INTERFACE_IDIOM
()
==
UIUserInterfaceIdiomPad
)
{
self
.
addMediaViewController
.
contentSizeForViewInPopover
=
self
.
addMediaViewController
.
view
.
frame
.
size
;
...
...
Resources/VLC
AddMedia
ViewController~ipad.xib
→
Resources/VLC
Menu
ViewController~ipad.xib
View file @
9dd024b9
...
...
@@ -2,7 +2,7 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12E5
2
</string>
<string
key=
"IBDocument.SystemVersion"
>
12E5
5
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.39
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
...
...
@@ -35,7 +35,7 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"892317093"
>
<
reference
key=
"NSNextResponder"
/>
<
nil
key=
"NSNextResponder"
/>
<int
key=
"NSvFlags"
>
292
</int>
<array
class=
"NSMutableArray"
key=
"NSSubviews"
>
<object
class=
"IBUIButton"
id=
"233942944"
>
...
...
@@ -43,7 +43,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrameSize"
>
{320, 60}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"306241553"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
id=
"937037271"
>
...
...
@@ -82,8 +81,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 68}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -105,7 +102,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 275}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"1021636329"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -128,7 +124,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 343}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -150,7 +145,6 @@
<int
key=
"NSvFlags"
>
-2147483348
</int>
<string
key=
"NSFrame"
>
{{10, 78}, {40, 40}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
<int
key=
"NSColorSpace"
>
3
</int>
...
...
@@ -163,7 +157,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 207}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -192,7 +185,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{208, 5}, {94, 27}}
</string>
<reference
key=
"NSSuperview"
ref=
"136452396"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"800651050"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -205,7 +197,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 8}, {195, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"136452396"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"854423543"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -230,7 +221,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 37}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"136452396"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"502729697"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -260,7 +250,6 @@
</array>
<string
key=
"NSFrame"
>
{{0, 136}, {320, 63}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"342130383"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -268,8 +257,6 @@
</object>
</array>
<string
key=
"NSFrameSize"
>
{320, 403}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"233942944"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
...
...
@@ -283,7 +270,7 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"239666395"
>
<
reference
key=
"NSNextResponder"
/>
<
nil
key=
"NSNextResponder"
/>
<int
key=
"NSvFlags"
>
292
</int>
<array
class=
"NSMutableArray"
key=
"NSSubviews"
>
<object
class=
"IBUITextField"
id=
"988543427"
>
...
...
@@ -291,7 +278,6 @@
<int
key=
"NSvFlags"
>
294
</int>
<string
key=
"NSFrame"
>
{{20, 15}, {201, 30}}
</string>
<reference
key=
"NSSuperview"
ref=
"239666395"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"712064142"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -321,7 +307,6 @@
<int
key=
"NSvFlags"
>
289
</int>
<string
key=
"NSFrame"
>
{{229, 8}, {70, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"239666395"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -341,8 +326,6 @@
</object>
</array>
<string
key=
"NSFrameSize"
>
{320, 60}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"988543427"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -631,7 +614,7 @@
</array>
</object>
<dictionary
class=
"NSMutableDictionary"
key=
"flattenedProperties"
>
<string
key=
"-1.CustomClassName"
>
VLC
AddMedia
ViewController
</string>
<string
key=
"-1.CustomClassName"
>
VLC
Menu
ViewController
</string>
<string
key=
"-1.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"-2.CustomClassName"
>
UIResponder
</string>
<string
key=
"-2.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -659,122 +642,6 @@
</object>
<object
class=
"IBClassDescriber"
key=
"IBDocument.Classes"
>
<array
class=
"NSMutableArray"
key=
"referencedPartialClassDescriptions"
>
<object
class=
"IBPartialClassDescription"
>
<string
key=
"className"
>
VLCAddMediaViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"dismiss:"
>
id
</string>
<string
key=
"downloadFromHTTPServer:"
>
id
</string>
<string
key=
"openAboutPanel:"
>
id
</string>
<string
key=
"openNetworkStream:"
>
id
</string>
<string
key=
"showDropbox:"
>
id
</string>
<string
key=
"showSettings:"
>
id
</string>
<string
key=
"toggleHTTPServer:"
>
id
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<object
class=
"IBActionInfo"
key=
"dismiss:"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"downloadFromHTTPServer:"
>
<string
key=
"name"
>
downloadFromHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"openAboutPanel:"
>
<string
key=
"name"
>
openAboutPanel:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"openNetworkStream:"
>
<string
key=
"name"
>
openNetworkStream:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showDropbox:"
>
<string
key=
"name"
>
showDropbox:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showSettings:"
>
<string
key=
"name"
>
showSettings:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"toggleHTTPServer:"
>
<string
key=
"name"
>
toggleHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"aboutButton"
>
UIButton
</string>
<string
key=
"dismissButton"
>
UIButton
</string>
<string
key=
"downloadFromHTTPServerButton"
>
UIButton
</string>
<string
key=
"dropboxButton"
>
UIButton
</string>
<string
key=
"httpDownloadProgressIndicator"
>
VLCCircularProgressIndicator
</string>
<string
key=
"httpUploadLabel"
>
UILabel
</string>
<string
key=
"httpUploadServerLocationLabel"
>
UILabel
</string>
<string
key=
"httpUploadServerSwitch"
>
UISwitch
</string>
<string
key=
"openNetworkStreamButton"
>
UIButton
</string>
<string
key=
"openURLButton"
>
UIButton
</string>
<string
key=
"openURLField"
>
UITextField
</string>
<string
key=
"openURLView"
>
UIView
</string>
<string
key=
"settingsButton"
>
UIButton
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"toOneOutletInfosByName"
>
<object
class=
"IBToOneOutletInfo"
key=
"aboutButton"
>
<string
key=
"name"
>
aboutButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dismissButton"
>
<string
key=
"name"
>
dismissButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"downloadFromHTTPServerButton"
>
<string
key=
"name"
>
downloadFromHTTPServerButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dropboxButton"
>
<string
key=
"name"
>
dropboxButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpDownloadProgressIndicator"
>
<string
key=
"name"
>
httpDownloadProgressIndicator
</string>
<string
key=
"candidateClassName"
>
VLCCircularProgressIndicator
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpUploadLabel"
>
<string
key=
"name"
>
httpUploadLabel
</string>
<string
key=
"candidateClassName"
>
UILabel
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpUploadServerLocationLabel"
>
<string
key=
"name"
>
httpUploadServerLocationLabel
</string>
<string
key=
"candidateClassName"
>
UILabel
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpUploadServerSwitch"
>
<string
key=
"name"
>
httpUploadServerSwitch
</string>
<string
key=
"candidateClassName"
>
UISwitch
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"openNetworkStreamButton"
>
<string
key=
"name"
>
openNetworkStreamButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"openURLButton"
>
<string
key=
"name"
>
openURLButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"openURLField"
>
<string
key=
"name"
>
openURLField
</string>
<string
key=
"candidateClassName"
>
UITextField
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"openURLView"
>
<string
key=
"name"
>
openURLView
</string>
<string
key=
"candidateClassName"
>
UIView
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"settingsButton"
>
<string
key=
"name"
>
settingsButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
</dictionary>
<object
class=
"IBClassDescriptionSource"
key=
"sourceIdentifier"
>
<string
key=
"majorKey"
>
IBProjectSource
</string>
<string
key=
"minorKey"
>
./Classes/VLCAddMediaViewController.h
</string>
</object>
</object>
<object
class=
"IBPartialClassDescription"
>
<string
key=
"className"
>
VLCCircularProgressIndicator
</string>
<string
key=
"superclassName"
>
UIProgressView
</string>
...
...
Resources/VLC
AddMedia
ViewController~iphone.xib
→
Resources/VLC
Menu
ViewController~iphone.xib
View file @
9dd024b9
...
...
@@ -2,7 +2,7 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12E5
2
</string>
<string
key=
"IBDocument.SystemVersion"
>
12E5
5
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.39
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
...
...
@@ -37,7 +37,7 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"892317093"
>
<
reference
key=
"NSNextResponder"
/>
<
nil
key=
"NSNextResponder"
/>
<int
key=
"NSvFlags"
>
292
</int>
<array
class=
"NSMutableArray"
key=
"NSSubviews"
>
<object
class=
"IBUIButton"
id=
"233942944"
>
...
...
@@ -45,7 +45,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 52}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"306241553"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
id=
"937037271"
>
...
...
@@ -84,7 +83,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 120}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"973946330"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -107,7 +105,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 395}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -129,7 +126,6 @@
<int
key=
"NSvFlags"
>
290
</int>
<string
key=
"NSFrameSize"
>
{320, 44}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"233942944"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -156,7 +152,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 327}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"1021636329"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -179,7 +174,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{0, 259}, {320, 60}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"205209326"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -209,7 +203,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{208, 5}, {94, 27}}
</string>
<reference
key=
"NSSuperview"
ref=
"485650876"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"892025683"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -222,7 +215,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 8}, {195, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"485650876"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"434153343"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -247,7 +239,6 @@
<int
key=
"NSvFlags"
>
292
</int>
<string
key=
"NSFrame"
>
{{20, 37}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"485650876"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"475346595"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -277,7 +268,6 @@
</array>
<string
key=
"NSFrame"
>
{{0, 188}, {320, 63}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"238446432"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -288,7 +278,6 @@
<int
key=
"NSvFlags"
>
-2147483356
</int>
<string
key=
"NSFrame"
>
{{9, 130}, {40, 40}}
</string>
<reference
key=
"NSSuperview"
ref=
"892317093"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"485650876"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
...
...
@@ -299,8 +288,6 @@
</object>
</array>
<string
key=
"NSFrameSize"
>
{320, 455}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"765845946"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
...
...
@@ -314,7 +301,7 @@
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
</object>
<object
class=
"IBUIView"
id=
"574364168"
>
<
reference
key=
"NSNextResponder"
/>
<
nil
key=
"NSNextResponder"
/>
<int
key=
"NSvFlags"
>
292
</int>
<array
class=
"NSMutableArray"
key=
"NSSubviews"
>
<object
class=
"IBUITextField"
id=
"309180653"
>
...
...
@@ -322,7 +309,6 @@
<int
key=
"NSvFlags"
>
294
</int>
<string
key=
"NSFrame"
>
{{20, 15}, {201, 30}}
</string>
<reference
key=
"NSSuperview"
ref=
"574364168"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"293148001"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
...
...
@@ -351,7 +337,6 @@
<int
key=
"NSvFlags"
>
289
</int>
<string
key=
"NSFrame"
>
{{229, 8}, {70, 44}}
</string>
<reference
key=
"NSSuperview"
ref=
"574364168"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
...
...
@@ -370,8 +355,6 @@
</object>
</array>
<string
key=
"NSFrameSize"
>
{320, 60}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"309180653"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<reference
key=
"IBUIBackgroundColor"
ref=
"937037271"
/>
...
...
@@ -688,7 +671,7 @@
</array>
</object>
<dictionary
class=
"NSMutableDictionary"
key=
"flattenedProperties"
>
<string
key=
"-1.CustomClassName"
>
VLC
AddMedia
ViewController
</string>
<string
key=
"-1.CustomClassName"
>
VLC
Menu
ViewController
</string>
<string
key=
"-1.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"-2.CustomClassName"
>
UIResponder
</string>
<string
key=
"-2.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -719,122 +702,6 @@
</object>
<object
class=
"IBClassDescriber"
key=
"IBDocument.Classes"
>
<array
class=
"NSMutableArray"
key=
"referencedPartialClassDescriptions"
>
<object
class=
"IBPartialClassDescription"
>
<string
key=
"className"
>
VLCAddMediaViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"dismiss:"
>
id
</string>
<string
key=
"downloadFromHTTPServer:"
>
id
</string>
<string
key=
"openAboutPanel:"
>
id
</string>
<string
key=
"openNetworkStream:"
>
id
</string>
<string
key=
"showDropbox:"
>
id
</string>
<string
key=
"showSettings:"
>
id
</string>
<string
key=
"toggleHTTPServer:"
>
id
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<object
class=
"IBActionInfo"
key=
"dismiss:"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"downloadFromHTTPServer:"
>
<string
key=
"name"
>
downloadFromHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"openAboutPanel:"
>
<string
key=
"name"
>
openAboutPanel:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"openNetworkStream:"
>
<string
key=
"name"
>
openNetworkStream:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showDropbox:"
>
<string
key=
"name"
>
showDropbox:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"showSettings:"
>
<string
key=
"name"
>
showSettings:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
key=
"toggleHTTPServer:"
>
<string
key=
"name"
>
toggleHTTPServer:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"aboutButton"
>
UIButton
</string>
<string
key=
"dismissButton"
>
UIButton
</string>
<string
key=
"downloadFromHTTPServerButton"
>
UIButton
</string>
<string
key=
"dropboxButton"
>
UIButton
</string>
<string
key=
"httpDownloadProgressIndicator"
>
VLCCircularProgressIndicator
</string>
<string
key=
"httpUploadLabel"
>
UILabel
</string>
<string
key=
"httpUploadServerLocationLabel"
>
UILabel
</string>
<string
key=
"httpUploadServerSwitch"
>
UISwitch
</string>
<string
key=
"openNetworkStreamButton"
>
UIButton
</string>
<string
key=
"openURLButton"
>
UIButton
</string>
<string
key=
"openURLField"
>
UITextField
</string>
<string
key=
"openURLView"
>
UIView
</string>
<string
key=
"settingsButton"
>
UIButton
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"toOneOutletInfosByName"
>
<object
class=
"IBToOneOutletInfo"
key=
"aboutButton"
>
<string
key=
"name"
>
aboutButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dismissButton"
>
<string
key=
"name"
>
dismissButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"downloadFromHTTPServerButton"
>
<string
key=
"name"
>
downloadFromHTTPServerButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dropboxButton"
>
<string
key=
"name"
>
dropboxButton
</string>
<string
key=
"candidateClassName"
>
UIButton
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpDownloadProgressIndicator"
>
<string
key=
"name"
>
httpDownloadProgressIndicator
</string>
<string
key=
"candidateClassName"
>
VLCCircularProgressIndicator
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"httpUploadLabel"
>
<string
key=
"name"
>
httpUploadLabel
</string>
<string
key=
"candidateClassName"
>
UILabel
</string>
</object>