Xcode-like label movement
Posted: Tue Nov 27, 2012 5:21 pm
Hello again, guys.
Today I will give you source code for simple Xcode-like label movement with progress bar!
This is very simple but looks very good. Presentation: (watch from 1:28 and turn HD and fullscreen on) Every line of code is commented. I wanted to make it as clear as possible.
Labels are moving smoothly without lags. Done by thread.
Settings:
Position of top label - setting top label X and Y (this label will be only visible from two of them)
Position of bottom label - as above but this label will be not visible.
Speed - the speed of label movement.
Important: this project is not using any Mac styled theme. ;)
Today I will give you source code for simple Xcode-like label movement with progress bar!
This is very simple but looks very good. Presentation: (watch from 1:28 and turn HD and fullscreen on) Every line of code is commented. I wanted to make it as clear as possible.

Labels are moving smoothly without lags. Done by thread.
Settings:
Position of top label - setting top label X and Y (this label will be only visible from two of them)
Position of bottom label - as above but this label will be not visible.
Speed - the speed of label movement.
Important: this project is not using any Mac styled theme. ;)