Git Product home page Git Product logo

infinitepagingview's People

Contributors

caesarcat avatar dabeck avatar mirkobrunner avatar nsmatsui avatar shekibobo 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

infinitepagingview's Issues

dynamic add

could you plz make the dynamic add feature,
so the scroll be much faster, with long image

How to control ScrollView, that doesn't be repreated again and again

Do you know, how do you control the ScrollView, so the view for example i have 5 pictures, if i scroll the photos they are showing 1-5 after that ,they start to comes again but i want to stop that after i scroll the 5th one. i don't want to show the 1st pic again. i have also another problem some at the start of the 1st pic,if i scroll back there shows that 5th one, i don't want show anymore the 5th one at i scroll back.

Showing a page of InfinitePagingView when I come back to view

I have a UINavigationController for navigation between different views. In the first I have loaded InfinitePagingView control.
When I navigate to another view and come back to the view that contains the control InfinitePagingView a subview loaded in this control is displayed during the animation in the wrong view.
To solve this we must change the following in setFrame method:

_innerScrollView.clipsToBounds = YES;

Sorry for my English and thank you very much :D

Possible memory Issue

When ever we are adding page we are calling addPageView method. In this method a method "layoutPages" is also called. in this method we are adding views as a subview of scroll view at every time, which leads memory issue. we can resolve it by adding

for(UIView * v in _innerScrollView.subviews)
[v removeFromSuperview];

with in the top of the method

it remove all subview from _innerScrollView first.

Fast scrolling changes the original index values

Hello,

I want to perform some action when scrolling stops and therefore I do code in "didEndDecelerating" method but If I scroll faster it changes the original index values of array which was assigned to PagingView Initially.

Please help.

Showing 2 images

When I try to show 2 images, the scroll only work to scroll back, it doesn't allow to scroll forward!

How to start with "picture1.jpg"

To caesarcat

I have a question about InfinitePagingView Example.
I have 5 different pictures. Picture called as "help" with numbers one and five. I have a for-loop which run image through. When I run the program, start it with the image help3.jpg in place for help1.jpg.

I'd rather like to have it start with picture help1.jpg.

Can you help me to solve the problem. I am new to iPhone programming.

Thanks for your help
Neruja Joseph

horizontal & vertical

Hello
nice work on this project..
i have 1 question....can we use a horizontal scrollview and as its pageviews to add vertical scrollviews?
no matter how i tried to make it work it only recognizes the horizontal swipe.

Thanks

Buttons on scrollview aren't active

When you try to put e.g. interactive buttons on this scrollview they're inactive (no response) by default. To make them work you should delete/comment the next:

- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
{
    UIView *hitView = [super hitTest:point withEvent:event];
    if (nil != hitView) {
        return _innerScrollView;
    }
    return nil;
}

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.