Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Load Array of images

ngaikwadngaikwad Posts: 462Registered Users
Hi,
I want to load the array of image when application launch.and there user can scroll the images as the scrolling available in the photos (horizontal scrolling).
Can any body give idea that how can i develop this or any tutorials.
Post edited by ngaikwad on
Thank & Regard

NI3(Not Impossible 3)

Replies

  • Naughty_OttselNaughty_Ottsel Posts: 255Registered Users
    If I remember rightly there is a video from the 2010 WWDC which kind of covers this, its mainly for CATiledLayer which is a handy thing to do in this app.
  • ngaikwadngaikwad Posts: 462Registered Users
    Naughty_Ottsel;422528 said:
    If I remember rightly there is a video from the 2010 WWDC which kind of covers this, its mainly for CATiledLayer which is a handy thing to do in this app.
    HI thanks for answer i want to do the view like attached image this image is from the music player(ipod) album view i want to do like that only so is there any tutorials
    Screen shot 2012-04-05 at 4.22.35 PM.jpg
    1 x 1 - 9K
    Thank & Regard

    NI3(Not Impossible 3)
  • Duncan CDuncan C Posts: 8,015Tutorial Authors, Registered Users
    ngaikwad;422841 said:
    HI thanks for answer i want to do the view like attached image this image is from the music player(ipod) album view i want to do like that only so is there any tutorials

    That's called a CoverFlow effect, after Apple's CoverFlow view . Apple has not released the code to do that, but there are 3rd party library that will do it for you.

    You need to find a third party library that offers a cover flow view. Doing this from scratch yourself is way beyond your current abilities.

    Google "iOS CoverFlow library" and you should find several.


    This one looks particularly good:

    https://github.com/nicklockwood/iCarousel
    Regards,

    Duncan C
    WareTo

    mug

    Animated GIF created with Face Dancer, available for free in the app store.
  • ngaikwadngaikwad Posts: 462Registered Users
    Duncan C;422870 said:
    That's called a CoverFlow effect, after Apple's CoverFlow view . Apple has not released the code to do that, but there are 3rd party library that will do it for you.

    You need to find a third party library that offers a cover flow view. Doing this from scratch yourself is way beyond your current abilities.

    Google "iOS CoverFlow library" and you should find several.


    This one looks particularly good:

    https://github.com/nicklockwood/iCarousel
    Thanks i will look on that and let u know
    Thank & Regard

    NI3(Not Impossible 3)
Sign In or Register to comment.