Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
383fcbaf
Commit
383fcbaf
authored
Jun 16, 2013
by
Felix Paul Kühne
Browse files
HTTPDownloadView: add 'Clear' button to text field and misc cleanup
parent
f1ea48b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCHTTPDownloadViewController.m
View file @
383fcbaf
...
...
@@ -64,6 +64,7 @@
}
[
_currentDownloads
addObject
:
URLtoSave
];
self
.
urlField
.
text
=
@""
;
[
self
.
downloadsTable
reloadData
];
[
self
_triggerNextDownload
];
}
...
...
Resources/VLCHTTPDownloadViewController.xib
View file @
383fcbaf
...
...
@@ -81,6 +81,7 @@
<int
key=
"NSID"
>
2
</int>
</object>
</object>
<bool
key=
"IBUIClearsOnBeginEditing"
>
YES
</bool>
<bool
key=
"IBUIAdjustsFontSizeToFit"
>
YES
</bool>
<float
key=
"IBUIMinimumFontSize"
>
17
</float>
<object
class=
"IBUITextInputTraits"
key=
"IBUITextInputTraits"
>
...
...
@@ -90,6 +91,7 @@
<string
key=
"NSClassName"
>
NSImage
</string>
<string
key=
"NSResourceName"
>
input.png
</string>
</object>
<int
key=
"IBUIClearButtonMode"
>
2
</int>
<object
class=
"IBUIFontDescription"
key=
"IBUIFontDescription"
>
<int
key=
"type"
>
1
</int>
<double
key=
"pointSize"
>
14
</double>
...
...
@@ -209,7 +211,7 @@
<string
key=
"NSFrame"
>
{{11, 38}, {299, 9}}
</string>
<reference
key=
"NSSuperview"
ref=
"1066205493"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"
831264216
"
/>
<reference
key=
"NSNextKeyView"
ref=
"
385572310
"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
...
...
@@ -246,6 +248,7 @@
<string
key=
"NSFrame"
>
{{142, 11}, {37, 37}}
</string>
<reference
key=
"NSSuperview"
ref=
"1066205493"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
ref=
"831264216"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIUserInteractionEnabled"
>
NO
</bool>
...
...
@@ -370,6 +373,22 @@
</object>
<int
key=
"connectionID"
>
92
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchOutletConnection"
key=
"connection"
>
<string
key=
"label"
>
dataSource
</string>
<reference
key=
"source"
ref=
"831264216"
/>
<reference
key=
"destination"
ref=
"372490531"
/>
</object>
<int
key=
"connectionID"
>
93
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchOutletConnection"
key=
"connection"
>
<string
key=
"label"
>
delegate
</string>
<reference
key=
"source"
ref=
"831264216"
/>
<reference
key=
"destination"
ref=
"372490531"
/>
</object>
<int
key=
"connectionID"
>
94
</int>
</object>
<object
class=
"IBConnectionRecord"
>
<object
class=
"IBCocoaTouchEventConnection"
key=
"connection"
>
<string
key=
"label"
>
downloadAction:
</string>
...
...
@@ -509,7 +528,7 @@
<nil
key=
"activeLocalization"
/>
<dictionary
class=
"NSMutableDictionary"
key=
"localizations"
/>
<nil
key=
"sourceID"
/>
<int
key=
"maxID"
>
9
2
</int>
<int
key=
"maxID"
>
9
4
</int>
</object>
<object
class=
"IBClassDescriber"
key=
"IBDocument.Classes"
>
<array
class=
"NSMutableArray"
key=
"referencedPartialClassDescriptions"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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