KO
|
EN
gitlite — search
Search
#javascript
#python
#php
#ruby
#erlang
#vim
#library
#dotfiles
#bootstrap
#cli
#ocaml-library
#git
DRParallaxView
★ 28
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
angularjs-pagination
:
angularjs pagination plugin
VolleyAir
:
Volley框架的接口进行封装。
fiber
:
React components to use in messaging applications
cx-extractor
:
基于行块分布函数的通用网页正文抽取,C#版本
osm_hall_monitor
:
Passive changeset surveillance for OpenStreetMap
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DRParallaxView
?
Download (.md)
# DRParallaxView  Multilayer parallax view for iOS (like tvOS app icon)    **Features:** - multilayer parallax effect with perspective - reaction on touch - reaction on gyro motion ##Installation - Add `DRParallaxView` folder to your project. ##Usage - Import header file ```objc #import <DRParallaxView.h> ``` - Init view ```objc DRParallaxView *drPRView = [[DRParallaxView alloc] initWithFrame:CGRectMake(10, 10, 300, 200)]; [drPRView setLayersWithImages:@[@"0", @"1", @"6", @"2", @"3", @"5"]]; [drPRView setNeedHighlight:false]; // default true [drPRView setGyroMotion:true]; // default false [self.view addSubview:drPRView]; ``` ##Todo - UIButton category