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
075200e1
Commit
075200e1
authored
May 27, 2013
by
Gleb Pinigin
Browse files
About: use navigation bar instead of toolbar
parent
e9bd3127
Changes
5
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCAboutViewController.h
View file @
075200e1
...
...
@@ -13,8 +13,5 @@
@property
(
nonatomic
,
strong
)
IBOutlet
UITextView
*
textContents
;
@property
(
nonatomic
,
strong
)
IBOutlet
UILabel
*
aspenVersion
;
@property
(
nonatomic
,
strong
)
IBOutlet
UILabel
*
vlckitVersion
;
@property
(
nonatomic
,
strong
)
IBOutlet
UIBarButtonItem
*
dismissButton
;
-
(
IBAction
)
dismiss
:(
id
)
sender
;
@end
AspenProject/VLCAboutViewController.m
View file @
075200e1
...
...
@@ -8,7 +8,9 @@
#import "VLCAboutViewController.h"
@interface
VLCAboutViewController
()
@interface
VLCAboutViewController
()
{
UIBarButtonItem
*
_dismissButton
;
}
@end
...
...
@@ -24,29 +26,19 @@
-
(
void
)
viewDidLoad
{
[
super
viewDidLoad
];
self
.
dismissButton
.
title
=
NSLocalizedString
(
@"BUTTON_DONE"
,
@""
);
self
.
dismissButton
.
style
=
UIBarButtonItemStyleDone
;
self
.
textContents
.
text
=
[
NSString
stringWithContentsOfFile
:[[
NSBundle
mainBundle
]
pathForResource
:
@"About Contents"
ofType
:
@"txt"
]
encoding
:
NSUTF8StringEncoding
error
:
nil
];
self
.
aspenVersion
.
text
=
[[
NSString
stringWithFormat
:
NSLocalizedString
(
@"VERSION_FORMAT"
,
@""
),
[[
NSBundle
mainBundle
]
objectForInfoDictionaryKey
:
@"CFBundleVersion"
]]
stringByAppendingFormat
:
@" %@"
,
kVLCVersionCodename
];
self
.
vlckitVersion
.
text
=
[
NSString
stringWithFormat
:
NSLocalizedString
(
@"BASED_ON_FORMAT"
,
@""
),[[
VLCLibrary
sharedLibrary
]
version
]];
}
-
(
void
)
viewWillAppear
:(
BOOL
)
animated
{
[
self
.
navigationController
setNavigationBarHidden
:
YES
animated
:
NO
];
[
super
viewWillAppear
:
animated
];
}
-
(
void
)
viewWillDisappear
:(
BOOL
)
animated
{
[
self
.
navigationController
setNavigationBarHidden
:
NO
animated
:
YES
];
[
super
viewWillDisappear
:
animated
];
_dismissButton
=
[[
UIBarButtonItem
alloc
]
initWithTitle
:
NSLocalizedString
(
@"BUTTON_DONE"
,
@""
)
style:
UIBarButtonItemStyleDone
target:
self
action
:
@selector
(
dismiss
)];
self
.
navigationItem
.
rightBarButtonItem
=
_dismissButton
;
}
-
(
IBAction
)
dismiss
:(
id
)
sender
-
(
void
)
dismiss
{
[
self
.
navigationController
dismissModalViewControllerAnimated
:
YES
];
[
self
dismissModalViewControllerAnimated
:
YES
];
}
@end
AspenProject/VLCMenuViewController.m
View file @
075200e1
...
...
@@ -104,7 +104,6 @@
UIViewController
*
aboutController
=
[[
VLCAboutViewController
alloc
]
initWithNibName
:
@"VLCAboutViewController"
bundle
:
nil
];
UINavigationController
*
navController
=
[[
UINavigationController
alloc
]
initWithRootViewController
:
aboutController
];
navController
.
navigationBarHidden
=
NO
;
navController
.
navigationBar
.
barStyle
=
UIBarStyleBlack
;
[
self
presentModalViewController
:
navController
animated
:
YES
];
...
...
Resources/VLCAboutViewController~ipad.xib
View file @
075200e1
...
...
@@ -2,9 +2,9 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
E55
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
D78
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
9
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
7
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
<object
class=
"NSMutableDictionary"
key=
"IBDocument.PluginVersions"
>
<string
key=
"NS.key.0"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -12,11 +12,9 @@
</object>
<array
key=
"IBDocument.IntegratedClassDependencies"
>
<string>
IBProxyObject
</string>
<string>
IBUIBarButtonItem
</string>
<string>
IBUIImageView
</string>
<string>
IBUILabel
</string>
<string>
IBUITextView
</string>
<string>
IBUIToolbar
</string>
<string>
IBUIView
</string>
</array>
<array
key=
"IBDocument.PluginDependencies"
>
...
...
@@ -42,7 +40,7 @@
<object
class=
"IBUILabel"
id=
"294952272"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{383,
66
}, {280, 21}}
</string>
<string
key=
"NSFrame"
>
{{383,
29
}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"917538782"
/>
...
...
@@ -73,7 +71,7 @@
<object
class=
"IBUILabel"
id=
"917538782"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{383,
89
}, {280, 21}}
</string>
<string
key=
"NSFrame"
>
{{383,
52
}, {280, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"530822429"
/>
...
...
@@ -101,7 +99,7 @@
<object
class=
"IBUILabel"
id=
"530822429"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{383,
11
8}, {280, 32}}
</string>
<string
key=
"NSFrame"
>
{{383, 8
1
}, {280, 32}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"349176283"
/>
...
...
@@ -124,7 +122,7 @@
<object
class=
"IBUILabel"
id=
"349176283"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{383, 1
75
}, {280, 48}}
</string>
<string
key=
"NSFrame"
>
{{383, 1
38
}, {280, 48}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"549324282"
/>
...
...
@@ -145,37 +143,10 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
<double
key=
"preferredMaxLayoutWidth"
>
280
</double>
</object>
<object
class=
"IBUIToolbar"
id=
"56306400"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
290
</int>
<string
key=
"NSFrameSize"
>
{768, 44}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"589611976"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<bool
key=
"IBUIClearsContextBeforeDrawing"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBIPadFramework
</string>
<int
key=
"IBUIBarStyle"
>
2
</int>
<array
class=
"NSMutableArray"
key=
"IBUIItems"
>
<object
class=
"IBUIBarButtonItem"
id=
"42421102"
>
<string
key=
"targetRuntimeIdentifier"
>
IBIPadFramework
</string>
<reference
key=
"IBUIToolbar"
ref=
"56306400"
/>
<int
key=
"IBUISystemItemIdentifier"
>
5
</int>
</object>
<object
class=
"IBUIBarButtonItem"
id=
"418409865"
>
<string
key=
"targetRuntimeIdentifier"
>
IBIPadFramework
</string>
<int
key=
"IBUIStyle"
>
1
</int>
<reference
key=
"IBUIToolbar"
ref=
"56306400"
/>
<int
key=
"IBUISystemItemIdentifier"
>
0
</int>
</object>
</array>
</object>
<object
class=
"IBUIImageView"
id=
"589611976"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{105,
64
}, {160, 160}}
</string>
<string
key=
"NSFrame"
>
{{105,
27
}, {160, 160}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"294952272"
/>
...
...
@@ -190,7 +161,7 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<object
class=
"IBUITextView"
id=
"549324282"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
274
</int>
<string
key=
"NSFrame"
>
{{84, 2
57
}, {600, 747}}
</string>
<string
key=
"NSFrame"
>
{{84, 2
20
}, {600, 747}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
...
...
@@ -228,7 +199,7 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<string
key=
"NSFrame"
>
{{0, 20}, {768, 1004}}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"56306400"
/>
<reference
key=
"NSNextKeyView"
/>
<reference
key=
"IBUIBackgroundColor"
ref=
"115530952"
/>
<object
class=
"IBUISimulatedStatusBarMetrics"
key=
"IBUISimulatedStatusBarMetrics"
>
<int
key=
"IBUIStatusBarStyle"
>
2
</int>
...
...
@@ -238,14 +209,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
</array>
<object
class=
"IBObjectContainer"
key=
"IBDocument.Objects"
>
<array
class=
"NSMutableArray"
key=
"connectionRecords"
>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchOutletConnection"
key=
"connection"
>
<string
key=
"label"
>
dismissButton
</string>
<reference
key=
"source"
ref=
"372490531"
/>
<reference
key=
"destination"
ref=
"418409865"
/>
</object>
<int
key=
"connectionID"
>
187
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchOutletConnection"
key=
"connection"
>
<string
key=
"label"
>
textContents
</string>
...
...
@@ -278,14 +241,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
</object>
<int
key=
"connectionID"
>
192
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchEventConnection"
key=
"connection"
>
<string
key=
"label"
>
dismiss:
</string>
<reference
key=
"source"
ref=
"418409865"
/>
<reference
key=
"destination"
ref=
"372490531"
/>
</object>
<int
key=
"connectionID"
>
188
</int>
</object>
</array>
<object
class=
"IBMutableOrderedSet"
key=
"objectRecords"
>
<array
key=
"orderedObjects"
>
...
...
@@ -299,12 +254,11 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<int
key=
"objectID"
>
1
</int>
<reference
key=
"object"
ref=
"191373211"
/>
<array
class=
"NSMutableArray"
key=
"children"
>
<reference
ref=
"56306400"
/>
<reference
ref=
"294952272"
/>
<reference
ref=
"917538782"
/>
<reference
ref=
"530822429"
/>
<reference
ref=
"349176283"
/>
<reference
ref=
"589611976"
/>
<reference
ref=
"294952272"
/>
<reference
ref=
"917538782"
/>
<reference
ref=
"549324282"
/>
</array>
<reference
key=
"parent"
ref=
"0"
/>
...
...
@@ -343,25 +297,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<array
class=
"NSMutableArray"
key=
"children"
/>
<reference
key=
"parent"
ref=
"191373211"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
86
</int>
<reference
key=
"object"
ref=
"56306400"
/>
<array
class=
"NSMutableArray"
key=
"children"
>
<reference
ref=
"42421102"
/>
<reference
ref=
"418409865"
/>
</array>
<reference
key=
"parent"
ref=
"191373211"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
87
</int>
<reference
key=
"object"
ref=
"42421102"
/>
<reference
key=
"parent"
ref=
"56306400"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
88
</int>
<reference
key=
"object"
ref=
"418409865"
/>
<reference
key=
"parent"
ref=
"56306400"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
165
</int>
<reference
key=
"object"
ref=
"589611976"
/>
...
...
@@ -387,9 +322,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<string
key=
"83.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"84.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"85.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"86.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"87.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"88.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"unlocalizedProperties"
/>
<nil
key=
"activeLocalization"
/>
...
...
@@ -402,20 +334,8 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<object
class=
"IBPartialClassDescription"
>
<string
key=
"className"
>
VLCAboutViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<object
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"NS.key.0"
>
dismiss:
</string>
<string
key=
"NS.object.0"
>
id
</string>
</object>
<object
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<string
key=
"NS.key.0"
>
dismiss:
</string>
<object
class=
"IBActionInfo"
key=
"NS.object.0"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
</object>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"aspenVersion"
>
UILabel
</string>
<string
key=
"dismissButton"
>
UIBarButtonItem
</string>
<string
key=
"textContents"
>
UITextView
</string>
<string
key=
"vlckitVersion"
>
UILabel
</string>
</dictionary>
...
...
@@ -424,10 +344,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<string
key=
"name"
>
aspenVersion
</string>
<string
key=
"candidateClassName"
>
UILabel
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dismissButton"
>
<string
key=
"name"
>
dismissButton
</string>
<string
key=
"candidateClassName"
>
UIBarButtonItem
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"textContents"
>
<string
key=
"name"
>
textContents
</string>
<string
key=
"candidateClassName"
>
UITextView
</string>
...
...
Resources/VLCAboutViewController~iphone.xib
View file @
075200e1
...
...
@@ -2,9 +2,9 @@
<archive
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"8.00"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1296
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
E55
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
D78
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
3084
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
9
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.3
7
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
<object
class=
"NSMutableDictionary"
key=
"IBDocument.PluginVersions"
>
<string
key=
"NS.key.0"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -12,11 +12,9 @@
</object>
<array
key=
"IBDocument.IntegratedClassDependencies"
>
<string>
IBProxyObject
</string>
<string>
IBUIBarButtonItem
</string>
<string>
IBUIImageView
</string>
<string>
IBUILabel
</string>
<string>
IBUITextView
</string>
<string>
IBUIToolbar
</string>
<string>
IBUIView
</string>
</array>
<array
key=
"IBDocument.PluginDependencies"
>
...
...
@@ -42,7 +40,7 @@
<object
class=
"IBUIImageView"
id=
"690699265"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{20, 4
9
}, {120, 120}}
</string>
<string
key=
"NSFrame"
>
{{20,
2
4}, {120, 120}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"347055423"
/>
...
...
@@ -57,7 +55,7 @@
<object
class=
"IBUILabel"
id=
"347055423"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{160,
64
}, {140, 21}}
</string>
<string
key=
"NSFrame"
>
{{160,
39
}, {140, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"700999125"
/>
...
...
@@ -89,7 +87,7 @@
<object
class=
"IBUILabel"
id=
"700999125"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{160,
87
}, {140, 21}}
</string>
<string
key=
"NSFrame"
>
{{160,
62
}, {140, 21}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"564366035"
/>
...
...
@@ -117,7 +115,7 @@
<object
class=
"IBUILabel"
id=
"564366035"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
293
</int>
<string
key=
"NSFrame"
>
{{160, 1
16
}, {140, 32}}
</string>
<string
key=
"NSFrame"
>
{{160,
9
1}, {140, 32}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"856471446"
/>
...
...
@@ -140,7 +138,7 @@
<object
class=
"IBUITextView"
id=
"832811267"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
274
</int>
<string
key=
"NSFrame"
>
{{0, 2
33
}, {320, 315}}
</string>
<string
key=
"NSFrame"
>
{{0, 2
08
}, {320, 315}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
...
...
@@ -180,7 +178,7 @@
<object
class=
"IBUILabel"
id=
"856471446"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
290
</int>
<string
key=
"NSFrame"
>
{{20, 1
77
}, {280, 48}}
</string>
<string
key=
"NSFrame"
>
{{20, 1
52
}, {280, 48}}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"832811267"
/>
...
...
@@ -202,38 +200,11 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
NO
</bool>
<double
key=
"preferredMaxLayoutWidth"
>
280
</double>
</object>
<object
class=
"IBUIToolbar"
id=
"993099781"
>
<reference
key=
"NSNextResponder"
ref=
"191373211"
/>
<int
key=
"NSvFlags"
>
290
</int>
<string
key=
"NSFrameSize"
>
{320, 44}
</string>
<reference
key=
"NSSuperview"
ref=
"191373211"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"690699265"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
<bool
key=
"IBUIClearsContextBeforeDrawing"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIBarStyle"
>
2
</int>
<array
class=
"NSMutableArray"
key=
"IBUIItems"
>
<object
class=
"IBUIBarButtonItem"
id=
"956109572"
>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<reference
key=
"IBUIToolbar"
ref=
"993099781"
/>
<int
key=
"IBUISystemItemIdentifier"
>
5
</int>
</object>
<object
class=
"IBUIBarButtonItem"
id=
"1036514022"
>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<int
key=
"IBUIStyle"
>
1
</int>
<reference
key=
"IBUIToolbar"
ref=
"993099781"
/>
<int
key=
"IBUISystemItemIdentifier"
>
0
</int>
</object>
</array>
</object>
</array>
<string
key=
"NSFrame"
>
{{0, 20}, {320, 548}}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"993099781"
/>
<reference
key=
"NSNextKeyView"
/>
<object
class=
"IBUISimulatedStatusBarMetrics"
key=
"IBUISimulatedStatusBarMetrics"
/>
<object
class=
"IBUIScreenMetrics"
key=
"IBUISimulatedDestinationMetrics"
>
<string
key=
"IBUISimulatedSizeMetricsClass"
>
IBUIScreenMetrics
</string>
...
...
@@ -289,22 +260,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
</object>
<int
key=
"connectionID"
>
47
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchOutletConnection"
key=
"connection"
>
<string
key=
"label"
>
dismissButton
</string>
<reference
key=
"source"
ref=
"372490531"
/>
<reference
key=
"destination"
ref=
"1036514022"
/>
</object>
<int
key=
"connectionID"
>
110
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchEventConnection"
key=
"connection"
>
<string
key=
"label"
>
dismiss:
</string>
<reference
key=
"source"
ref=
"1036514022"
/>
<reference
key=
"destination"
ref=
"372490531"
/>
</object>
<int
key=
"connectionID"
>
111
</int>
</object>
</array>
<object
class=
"IBMutableOrderedSet"
key=
"objectRecords"
>
<array
key=
"orderedObjects"
>
...
...
@@ -318,13 +273,12 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<int
key=
"objectID"
>
1
</int>
<reference
key=
"object"
ref=
"191373211"
/>
<array
class=
"NSMutableArray"
key=
"children"
>
<reference
ref=
"832811267"
/>
<reference
ref=
"690699265"
/>
<reference
ref=
"564366035"
/>
<reference
ref=
"856471446"
/>
<reference
ref=
"347055423"
/>
<reference
ref=
"700999125"
/>
<reference
ref=
"993099781"
/>
<reference
ref=
"564366035"
/>
<reference
ref=
"832811267"
/>
<reference
ref=
"856471446"
/>
</array>
<reference
key=
"parent"
ref=
"0"
/>
</object>
...
...
@@ -375,25 +329,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<array
class=
"NSMutableArray"
key=
"children"
/>
<reference
key=
"parent"
ref=
"191373211"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
105
</int>
<reference
key=
"object"
ref=
"993099781"
/>
<array
class=
"NSMutableArray"
key=
"children"
>
<reference
ref=
"1036514022"
/>
<reference
ref=
"956109572"
/>
</array>
<reference
key=
"parent"
ref=
"191373211"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
108
</int>
<reference
key=
"object"
ref=
"1036514022"
/>
<reference
key=
"parent"
ref=
"993099781"
/>
</object>
<object
class=
"IBObjectRecord"
>
<int
key=
"objectID"
>
112
</int>
<reference
key=
"object"
ref=
"956109572"
/>
<reference
key=
"parent"
ref=
"993099781"
/>
</object>
</array>
</object>
<dictionary
class=
"NSMutableDictionary"
key=
"flattenedProperties"
>
...
...
@@ -402,9 +337,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<string
key=
"-2.CustomClassName"
>
UIResponder
</string>
<string
key=
"-2.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"1.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"105.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"108.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"112.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"4.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"5.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
<string
key=
"6.IBPluginDependency"
>
com.apple.InterfaceBuilder.IBCocoaTouchPlugin
</string>
...
...
@@ -423,20 +355,8 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<object
class=
"IBPartialClassDescription"
>
<string
key=
"className"
>
VLCAboutViewController
</string>
<string
key=
"superclassName"
>
UIViewController
</string>
<object
class=
"NSMutableDictionary"
key=
"actions"
>
<string
key=
"NS.key.0"
>
dismiss:
</string>
<string
key=
"NS.object.0"
>
id
</string>
</object>
<object
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
<string
key=
"NS.key.0"
>
dismiss:
</string>
<object
class=
"IBActionInfo"
key=
"NS.object.0"
>
<string
key=
"name"
>
dismiss:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
</object>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"aspenVersion"
>
UILabel
</string>
<string
key=
"dismissButton"
>
UIBarButtonItem
</string>
<string
key=
"textContents"
>
UITextView
</string>
<string
key=
"vlckitVersion"
>
UILabel
</string>
</dictionary>
...
...
@@ -445,10 +365,6 @@ IEvDvGhuZSwgR2xlYiBQaW5pZ2luLCBhbmQgSmVhbi1CYXB0aXN0ZSBLZW1wZg</string>
<string
key=
"name"
>
aspenVersion
</string>
<string
key=
"candidateClassName"
>
UILabel
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"dismissButton"
>
<string
key=
"name"
>
dismissButton
</string>
<string
key=
"candidateClassName"
>
UIBarButtonItem
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"textContents"
>
<string
key=
"name"
>
textContents
</string>
<string
key=
"candidateClassName"
>
UITextView
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment