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
0d621e0b
Commit
0d621e0b
authored
May 14, 2013
by
Gleb Pinigin
Browse files
Set proper table view cell reuse identificator
parent
c384b35e
Changes
2
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistViewController.m
View file @
0d621e0b
...
...
@@ -105,7 +105,7 @@
// Customize the appearance of table view cells.
-
(
UITableViewCell
*
)
tableView
:(
UITableView
*
)
tableView
cellForRowAtIndexPath
:(
NSIndexPath
*
)
indexPath
{
static
NSString
*
CellIdentifier
=
@"Cell"
;
static
NSString
*
CellIdentifier
=
@"
Playlist
Cell"
;
VLCPlaylistTableViewCell
*
cell
=
(
VLCPlaylistTableViewCell
*
)[
tableView
dequeueReusableCellWithIdentifier
:
CellIdentifier
];
if
(
cell
==
nil
)
...
...
Resources/VLCPlaylistTableViewCell.xib
View file @
0d621e0b
...
...
@@ -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
E40
</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>
...
...
@@ -95,7 +95,6 @@
<string
key=
"NSFrame"
>
{{137, 60}, {178, 15}}
</string>
<reference
key=
"NSSuperview"
ref=
"162418872"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<bool
key=
"IBUIOpaque"
>
NO
</bool>
<bool
key=
"IBUIClipsSubviews"
>
YES
</bool>
...
...
@@ -156,6 +155,7 @@
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<string
key=
"targetRuntimeIdentifier"
>
IBCocoaTouchFramework
</string>
<reference
key=
"IBUIContentView"
ref=
"162418872"
/>
<string
key=
"IBUIReuseIdentifier"
>
PlaylistCell
</string>
<real
value=
"76"
key=
"IBUIRowHeight"
/>
</object>
</array>
...
...
Write
Preview
Supports
Markdown
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