Giter Site home page Giter Site logo

mdcparallaxview's People

Contributors

dulacp avatar modocache avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mdcparallaxview's Issues

Handle touches on background view (image)

Hi, i have implemented handle touches on background view (image), please include this codo to project:

  • (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event{
    if ([_backgroundView pointInside:point withEvent:event]){
    int visibleHrightOfBackgroundView = self.backgroundHeight - self.foregroundScrollView.contentOffset.y;
    if(point.y < visibleHrightOfBackgroundView){
    return _backgroundView;
    }
    }

    return [super hitTest:point withEvent:event];
    }

iOS 7 issue

Hi,

I know this is a bit premature, but I'm porting my app to iOS 7 which is using your control. For some reason using a UIView as a foreground view makes all the subviews start their layout in the middle of the screen (x axis)

The screenshot below is a view controller with an image as a background view and a uiview with another image as the foreground view. as you can see the image on the foreground view is in the center.

image

background image taps don't fire

Hi guys, my controller isn't picking up the tap event in the simulator or on a device. testing using the implementation in my application as well as an unedited clone of your sample app. not quite sure what the problem is but the handleTap: is never called. any thoughts?

iphone5, iOS 6.1

thanks!

Pull to full screen view

Hello,

You have done the great job. I am facing one problem to do with this control.
I want to do the if the user pull down the image view comes to full screen and if user swipe up to normal screen. this idea I am getting from Expedia iPhone app please look on this the Hotel full screen mode do the exactly what I am trying to explain.

Thanks in advance.

Collection View as background

First of all thank you for making this control. I am having an issue placing an UICollectionView as a background view. Everything loads fine, but the scrolling stops working after 1 scroll. If paging is enabled it allows me to scroll 1 page and if not then 1 swipe. Any suggestions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.