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
1a895b91
Commit
1a895b91
authored
May 17, 2013
by
Felix Paul Kühne
Browse files
Add custom class to display status messages
parent
8b33631d
Changes
3
Hide whitespace changes
Inline
Side-by-side
AspenProject.xcodeproj/project.pbxproj
View file @
1a895b91
...
...
@@ -29,6 +29,7 @@
7D10BCA71743FE7B00DA7059
/* reset@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC9D1743FE7B00DA7059
/* reset@2x.png */
;
};
7D10BCA81743FE7B00DA7059
/* speed.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC9E1743FE7B00DA7059
/* speed.png */
;
};
7D10BCA91743FE7B00DA7059
/* speed@2x.png in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D10BC9F1743FE7B00DA7059
/* speed@2x.png */
;
};
7D31CF091746AF09005997E0
/* VLCStatusLabel.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D31CF081746AF09005997E0
/* VLCStatusLabel.m */
;
};
7D33D41617182615008AF0E0
/* VLCMovieViewController~ipad.xib in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D33D41517182615008AF0E0
/* VLCMovieViewController~ipad.xib */
;
};
7D6B07BC1716C9B8003280C4
/* AQGridView.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D6B07A61716C9B8003280C4
/* AQGridView.m */
;
};
7D6B07BD1716C9B8003280C4
/* AQGridViewAnimatorItem.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
7D6B07AA1716C9B8003280C4
/* AQGridViewAnimatorItem.m */
;
};
...
...
@@ -118,6 +119,8 @@
7D10BC9D1743FE7B00DA7059
/* reset@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
name
=
"reset@2x.png"
;
path
=
"Resources/reset@2x.png"
;
sourceTree
=
SOURCE_ROOT
;
};
7D10BC9E1743FE7B00DA7059
/* speed.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
name
=
speed.png
;
path
=
Resources/speed.png
;
sourceTree
=
SOURCE_ROOT
;
};
7D10BC9F1743FE7B00DA7059
/* speed@2x.png */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
image.png
;
name
=
"speed@2x.png"
;
path
=
"Resources/speed@2x.png"
;
sourceTree
=
SOURCE_ROOT
;
};
7D31CF071746AF09005997E0
/* VLCStatusLabel.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
VLCStatusLabel.h
;
sourceTree
=
"<group>"
;
};
7D31CF081746AF09005997E0
/* VLCStatusLabel.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
VLCStatusLabel.m
;
sourceTree
=
"<group>"
;
};
7D33D41517182615008AF0E0
/* VLCMovieViewController~ipad.xib */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
file.xib
;
name
=
"VLCMovieViewController~ipad.xib"
;
path
=
"Resources/VLCMovieViewController~ipad.xib"
;
sourceTree
=
SOURCE_ROOT
;
};
7D6B07A51716C9B8003280C4
/* AQGridView.h */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.h
;
name
=
AQGridView.h
;
path
=
ImportedSources/AQGridView/Classes/AQGridView.h
;
sourceTree
=
SOURCE_ROOT
;
};
7D6B07A61716C9B8003280C4
/* AQGridView.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
name
=
AQGridView.m
;
path
=
ImportedSources/AQGridView/Classes/AQGridView.m
;
sourceTree
=
SOURCE_ROOT
;
};
...
...
@@ -307,6 +310,19 @@
path
=
../AspenProject
;
sourceTree
=
"<group>"
;
};
7D31CF061746AEF2005997E0
/* UI Elements */
=
{
isa
=
PBXGroup
;
children
=
(
7DE480CF173FEA30003613E0
/* VLCCircularProgressIndicator.h */
,
7DE480D0173FEA30003613E0
/* VLCCircularProgressIndicator.m */
,
7DC87AEC17412A1F009DC250
/* VLCLinearProgressIndicator.h */
,
7DC87AED17412A1F009DC250
/* VLCLinearProgressIndicator.m */
,
7D31CF071746AF09005997E0
/* VLCStatusLabel.h */
,
7D31CF081746AF09005997E0
/* VLCStatusLabel.m */
,
);
name
=
"UI Elements"
;
sourceTree
=
"<group>"
;
};
7D6B07A31716C9A6003280C4
/* OBSlider */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
@@ -402,10 +418,7 @@
7D6B07F61716D45B003280C4
/* VLCPlaylistGridView.m */
,
A7DA16CF171083DF00D6FED9
/* VLCExternalDisplayController.h */
,
A7DA16D0171083DF00D6FED9
/* VLCExternalDisplayController.m */
,
7DE480CF173FEA30003613E0
/* VLCCircularProgressIndicator.h */
,
7DE480D0173FEA30003613E0
/* VLCCircularProgressIndicator.m */
,
7DC87AEC17412A1F009DC250
/* VLCLinearProgressIndicator.h */
,
7DC87AED17412A1F009DC250
/* VLCLinearProgressIndicator.m */
,
7D31CF061746AEF2005997E0
/* UI Elements */
,
7DADC5601704FACC001DAC63
/* Imported */
,
7DADC55C1704FAA8001DAC63
/* XIBs */
,
A7924697170F0ED20036AAF2
/* Resources */
,
...
...
@@ -624,6 +637,7 @@
7D6B07F71716D45C003280C4
/* VLCPlaylistGridView.m in Sources */
,
7DE480D1173FEA30003613E0
/* VLCCircularProgressIndicator.m in Sources */
,
7DC87AEE17412A1F009DC250
/* VLCLinearProgressIndicator.m in Sources */
,
7D31CF091746AF09005997E0
/* VLCStatusLabel.m in Sources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
AspenProject/VLCStatusLabel.h
0 → 100644
View file @
1a895b91
//
// VLCStatusLabel.h
// AspenProject
//
// Created by Felix Paul Kühne on 17.05.13.
// Copyright (c) 2013 VideoLAN. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface
VLCStatusLabel
:
UILabel
{
NSTimer
*
_displayTimer
;
}
-
(
void
)
showStatusMessage
:(
NSString
*
)
message
;
@end
AspenProject/VLCStatusLabel.m
0 → 100644
View file @
1a895b91
//
// VLCStatusLabel.m
// AspenProject
//
// Created by Felix Paul Kühne on 17.05.13.
// Copyright (c) 2013 VideoLAN. All rights reserved.
//
#import "VLCStatusLabel.h"
@implementation
VLCStatusLabel
-
(
void
)
showStatusMessage
:(
NSString
*
)
message
{
self
.
text
=
message
;
[
self
setNeedsDisplay
];
[
self
_toggleVisibility
:
NO
];
_displayTimer
=
[
NSTimer
scheduledTimerWithTimeInterval
:
1
.
5
target:
self
selector:
@selector
(
_hideAgain
)
userInfo:
nil
repeats:
NO
];
}
-
(
void
)
_hideAgain
{
[
self
_toggleVisibility
:
YES
];
_displayTimer
=
nil
;
}
-
(
void
)
_toggleVisibility
:(
BOOL
)
hidden
{
CGFloat
alpha
=
hidden
?
0
.
0
f
:
1
.
0
f
;
if
(
!
hidden
)
{
self
.
alpha
=
0
.
0
f
;
self
.
hidden
=
NO
;
}
void
(
^
animationBlock
)()
=
^
()
{
self
.
alpha
=
alpha
;
};
void
(
^
completionBlock
)(
BOOL
finished
)
=
^
(
BOOL
finished
)
{
self
.
hidden
=
hidden
;
};
[
UIView
animateWithDuration
:
0
.
3
f
animations
:
animationBlock
completion
:
completionBlock
];
}
-
(
void
)
drawRect
:(
CGRect
)
rect
{
self
.
backgroundColor
=
[
UIColor
clearColor
];
CGContextClearRect
(
UIGraphicsGetCurrentContext
(),
rect
);
UIColor
*
drawingColor
=
[
UIColor
colorWithWhite
:.
20
alpha
:.
7
];
[
drawingColor
setFill
];
UIBezierPath
*
bezierPath
=
[
UIBezierPath
bezierPathWithRoundedRect
:
rect
cornerRadius
:
rect
.
size
.
height
/
2
];
[
bezierPath
fill
];
[
super
drawRect
:
rect
];
}
@end
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