Mobile - Motion Background - CodeCanyon
Motion Background his title this type of Mobile/iOS/Audio/Video This time I will review,made by Momeks, Mobile/iOS/Audio/Video is sold at a price of $10 in CodeCanyon.Xcode // apple // background // film // ipad // iphone // motion // movie // music // video //
Created | 17 April 13 |
Last Update | 17 April 13 |
Files Included | .h, .m, .pch, .xib/.nib |
Mobile OS | IOS 5.0, IOS 5.1, IOS 6.0 |
More Info...Motion Background ..
Let’s get rid of motion less background and make our apps alive ! Motion Background is an easy way to play a movie on backgrounds , now your app’s menu are more attractive !
How to implement ?
[self createBackgroundWithMovie:@"Movie" withFormat:@"format"];That’s all ! just write file name and format …
How to get best result ?
- Put your buttons or objects on a custom UIView
- Clear custom view by :
_menuView.backgroundColor = [UIColor clearColor];
- Make sure your view supports user interaction
_menuView.userInteractionEnabled = YES;
- Always add you custom view to main view :
[self.view addSubview:_menuView];
No comments:
Post a Comment