GithubHelp home page GithubHelp logo

hwviewpager's People

Contributors

vowed21 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hwviewpager's Issues

Not Working on iPhone 6 and above!

Hi,

Well, I have implemented your code in my application which is SWIFT based app. It is working perfectly fine on iPhone 4s, 5, and 5s. But when I am trying to run it on iPhone 6, or above, it is not working perfectly fine. Suppose if there are three items in the collection, and when I try to scroll to the second one, it will skip the second and moved directly to the third one. Similarly, If I try to get back to the second one, It will move directly to the first one.

In short, In a single to and fourth movement, the middle item is always skipped.

Can you please guide me accordingly?

can't use cocapod install

pod error

warning: Could not find remote branch 0.0.1 to clone.

fatal: Remote branch 0.0.1 not found in upstream origin

UI issue in new OS

In latest OS, I am facing ui update issue. Scrollview size is not updating and scrolling is not proper.
Can you please update your library to give latest OS support.

Not working when I load an Image from URL

I use your view pager with swift and when I want to load an image from url not display this image.

  func pagingView(pagingView: PagingView, cellForItemAtIndexPath indexPath: NSIndexPath) -> PagingViewCell {

         let cell = pagingView.dequeueReusableCellWithReuseIdentifier("ImageViewCell")
         if let cell = cell as? ImageViewCell {
                 let imageURL = imageURLs[indexPath.item]

                 if let url = NSURL(string: imageURL) {
                       if let data = NSData(contentsOfURL: url) {
                            cell.imageView.image = UIImage(data: data)
                       }        
                }
         }
  }

cocoapod대응

좋아보입니다..^^

cocoapod에 대응 해주시겠어요?

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.