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
81ff5f65
Commit
81ff5f65
authored
Oct 10, 2013
by
Felix Paul Kühne
Browse files
iOS 7 library: fix thumbnail scaling
parent
fb72fefe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/VLCFuturePlaylistTableViewCell.xib
View file @
81ff5f65
...
...
@@ -14,13 +14,13 @@
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"320"
height=
"89"
/>
<autoresizingMask
key=
"autoresizingMask"
/>
<subviews>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"
center
"
id=
"4"
>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"
scaleAspectFill
"
id=
"4"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"320"
height=
"90"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX
=
"YES"
flexibleMaxY=
"YES"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable
=
"YES"
flexibleMaxY=
"YES"
/>
</imageView>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"scaleToFill"
image=
"gradient-cell-ios7.png"
id=
"22"
>
<rect
key=
"frame"
x=
"0.0"
y=
"0.0"
width=
"330"
height=
"90"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMaxX
=
"YES"
flexibleMaxY=
"YES"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable
=
"YES"
flexibleMaxY=
"YES"
/>
</imageView>
<label
opaque=
"NO"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"Title"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumFontSize=
"9"
adjustsLetterSpacingToFitWidth=
"YES"
id=
"6"
>
<rect
key=
"frame"
x=
"7"
y=
"46"
width=
"305"
height=
"21"
/>
...
...
@@ -28,6 +28,8 @@
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"15"
/>
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"shadowColor"
white=
"0.0"
alpha=
"0.5"
colorSpace=
"calibratedWhite"
/>
<size
key=
"shadowOffset"
width=
"7"
height=
"1"
/>
</label>
<label
opaque=
"NO"
clipsSubviews=
"YES"
userInteractionEnabled=
"NO"
contentMode=
"left"
text=
"New"
textAlignment=
"right"
lineBreakMode=
"wordWrap"
baselineAdjustment=
"none"
minimumFontSize=
"9"
adjustsLetterSpacingToFitWidth=
"YES"
id=
"sYw-l2-Tmv"
>
<rect
key=
"frame"
x=
"265"
y=
"61"
width=
"50"
height=
"26"
/>
...
...
@@ -35,6 +37,8 @@
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"12"
/>
<color
key=
"textColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"highlightedColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"shadowColor"
white=
"0.0"
alpha=
"0.5"
colorSpace=
"calibratedWhite"
/>
<size
key=
"shadowOffset"
width=
"7"
height=
"1"
/>
</label>
<view
userInteractionEnabled=
"NO"
contentMode=
"scaleToFill"
id=
"27"
customClass=
"VLCLinearProgressIndicator"
>
<rect
key=
"frame"
x=
"-1"
y=
"48"
width=
"320"
height=
"10"
/>
...
...
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