Skip to main content

Are there any good UIScrollView Tutorials on the net?



Any good links are highly appreciated! This goes to community wiki.





Source: Tips4all

Comments

  1. Some good samples with the basic functionalities covered


    http://halmueller.wordpress.com/2008/10/08/a-very-simple-uiscrollview-demo/
    http://developer.apple.com/iphone/library/samplecode/Scrolling/index.html
    http://www.vimeo.com/1642150
    http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/
    http://cocoawithlove.com/2009/01/multiple-virtual-pages-in-uiscrollview.html


    Not to mention:


    http://stackoverflow.com/search?q=UIScrollView

    ReplyDelete
  2. My article on two advanced UIScrollView techniques (+ sample code): github.com/andreyvit/ScrollingMadness/:


    Emulating Photo Library-style paging+zooming+scrolling.
    Programmatically zooming UIScrollView.

    ReplyDelete
  3. Its my blog it may be useful for the begineers Tutorial for UIScrollview Programmatically

    ReplyDelete
  4. Hi i found this video tutorial very useful:
    http://www.youtube.com/watch?v=Ptm4St6ySEI

    ReplyDelete
  5. Here's a new one:
    http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content#more-10518

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?