Giter VIP home page Giter VIP logo

asscrollview's Introduction

ASScrollView

ASScroll View is an ios control which scroll between image with fading animation and it can be used as an image gallery

Sample Screenshots

screenShot

sampleVideo

Requirements

ios 4.1 or later

Manual

  1. Check out the project
  2. Add all files in ASScroll folder to Xcode

Usage

  1. Import ASScroll.h in your view controller

  2. Implement ASScroll

     ASScroll *asScroll = [[ASScroll alloc]initWithFrame:CGRectMake(0.0,0.0,320.0,460.0)];
    
  3. set ArrOfImages with your imagesName

    [asScroll setArrOfImages:imagesNameArray];
    
  4. add Asscroll view to your View

     [self.view addSubview:asScroll];
    

asscrollview's People

Contributors

ahmed-salaah avatar bryant1410 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

Watchers

 avatar  avatar  avatar  avatar  avatar

asscrollview's Issues

not working on iphone 6 and 6 plus

Hi,

There are some problems on iPhone 6 and 6 Plus these problems also shows up on iPad, I think it is because of the screen size, I would appreciate some help.

If I leave that line like that woks fine:
ASScroll *asScroll = [[ASScroll alloc]initWithFrame:CGRectMake(0.0,0.0,320.0,460.0)];

but if I change that line in this way so the view will show up on the whole screen,
works only on iPhone 4s and 5, there is not a crash but the pictures after you remove the finger from screen shows up interlaced.

ASScroll *asScroll = [[ASScroll alloc]initWithFrame:CGRectMake(0,0,self.view.bounds.size.width, self.view.bounds.size.height)];

iOS5 support?

Can you please add iOS5 support for your awesome library?
Thank you very much.

Problem with initial scrolling

Hi,
I'm going to integrate your lib in my project. But, when launching the app and begin scrolling, the first scrolling is not valid: when you scroll, the second image does not appear, and when you scroll another time, the second and the third are appeared at the same time. Please check it and you'll know what I mean.

Thank you for fixing it.

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.