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
e0f45326
Commit
e0f45326
authored
Dec 16, 2013
by
Felix Paul Kühne
Browse files
Movie View: fix scrubbing slider alignment issue
parent
d9f885a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/VLCMovieViewController~ipad.xib
View file @
e0f45326
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB"
version=
"3.0"
toolsVersion=
"
4514
"
systemVersion=
"1
3A603
"
targetRuntime=
"iOS.CocoaTouch.iPad"
propertyAccessControl=
"none"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB"
version=
"3.0"
toolsVersion=
"
5037
"
systemVersion=
"1
2F45
"
targetRuntime=
"iOS.CocoaTouch.iPad"
propertyAccessControl=
"none"
>
<dependencies>
<deployment
defaultVersion=
"1552"
identifier=
"iOS"
/>
<development
version=
"5000"
identifier=
"xcode"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"37
47
"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"37
33
"
/>
</dependencies>
<objects>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"VLCMovieViewController"
>
...
...
@@ -67,7 +67,7 @@
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<subviews>
<slider
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
value=
"0.5"
minValue=
"0.0"
maxValue=
"1"
id=
"249"
userLabel=
"Position Slider"
customClass=
"VLCOBSlider"
>
<rect
key=
"frame"
x=
"7"
y=
"
9
"
width=
"576"
height=
"29"
/>
<rect
key=
"frame"
x=
"7"
y=
"
6
"
width=
"576"
height=
"29"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<accessibility
key=
"accessibilityConfiguration"
>
<accessibilityTraits
key=
"traits"
none=
"YES"
updatesFrequently=
"YES"
/>
...
...
@@ -414,6 +414,7 @@
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
id=
"96c-QK-bZI"
>
<rect
key=
"frame"
x=
"217"
y=
"24"
width=
"32"
height=
"40"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMinX=
"YES"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"18"
/>
<state
key=
"normal"
image=
"repeat.png"
>
<color
key=
"titleShadowColor"
white=
"0.5"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</state>
...
...
@@ -539,4 +540,4 @@
<image
name=
"subtitleIcon.png"
width=
"19"
height=
"19"
/>
<image
name=
"videoEffectsIcon.png"
width=
"21"
height=
"21"
/>
</resources>
</document>
\ No newline at end of file
</document>
Resources/VLCMovieViewController~iphone.xib
View file @
e0f45326
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"
4514
"
systemVersion=
"1
3A603
"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<document
type=
"com.apple.InterfaceBuilder3.CocoaTouch.XIB"
version=
"3.0"
toolsVersion=
"
5037
"
systemVersion=
"1
2F45
"
targetRuntime=
"iOS.CocoaTouch"
propertyAccessControl=
"none"
>
<dependencies>
<deployment
defaultVersion=
"1552"
identifier=
"iOS"
/>
<development
version=
"5000"
identifier=
"xcode"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"37
47
"
/>
<plugIn
identifier=
"com.apple.InterfaceBuilder.IBCocoaTouchPlugin"
version=
"37
33
"
/>
</dependencies>
<objects>
<placeholder
placeholderIdentifier=
"IBFilesOwner"
id=
"-1"
userLabel=
"File's Owner"
customClass=
"VLCMovieViewController"
>
...
...
@@ -62,7 +62,7 @@
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<subviews>
<slider
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
value=
"0.5"
minValue=
"0.0"
maxValue=
"1"
id=
"262"
userLabel=
"Position Slider"
customClass=
"VLCOBSlider"
>
<rect
key=
"frame"
x=
"5"
y=
"
10
"
width=
"188"
height=
"29"
/>
<rect
key=
"frame"
x=
"5"
y=
"
6
"
width=
"188"
height=
"29"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxY=
"YES"
/>
<accessibility
key=
"accessibilityConfiguration"
>
<accessibilityTraits
key=
"traits"
none=
"YES"
updatesFrequently=
"YES"
/>
...
...
@@ -441,6 +441,7 @@
<button
opaque=
"NO"
contentMode=
"scaleToFill"
contentHorizontalAlignment=
"center"
contentVerticalAlignment=
"center"
lineBreakMode=
"middleTruncation"
id=
"3Pu-h2-L0m"
>
<rect
key=
"frame"
x=
"18"
y=
"57"
width=
"32"
height=
"40"
/>
<autoresizingMask
key=
"autoresizingMask"
flexibleMinX=
"YES"
flexibleMaxX=
"YES"
flexibleMaxY=
"YES"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"18"
/>
<state
key=
"normal"
image=
"repeat.png"
>
<color
key=
"titleShadowColor"
white=
"0.5"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
</state>
...
...
@@ -542,4 +543,4 @@
<image
name=
"subtitleIcon.png"
width=
"19"
height=
"19"
/>
<image
name=
"videoEffectsIcon.png"
width=
"21"
height=
"21"
/>
</resources>
</document>
\ No newline at end of file
</document>
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