Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8570245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:30:53+00:00 2026-06-11T18:30:53+00:00

I am looking for an example that show just vertical scrolling in iPhone. The

  • 0

I am looking for an example that show just vertical scrolling in iPhone.

  • The Apple supplied Scrolling example allows swiping of images left to
    right.

    1. Example Link
    2. Example Link
  • I want to have my images scroll top to bottom like Instagram
    App
    .

  • I research about it and found lots of example, but they all show
    horizontal scrolling.

    1. Example
    2. Example
    3. Example

Does anyone know how to do this?

I appreciate if you send me a link to a tutorial.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:30:54+00:00Added an answer on June 11, 2026 at 6:30 pm

    Hi i solved your problem with apple code,

    just change the function with

    - (void)layoutScrollImages
    {
        UIImageView *view = nil;
        NSArray *subviews = [scrollView1 subviews];
    
        // reposition all image subviews in a horizontal serial fashion
        CGFloat curXLoc = 0;
        for (view in subviews)
        {
            if ([view isKindOfClass:[UIImageView class]] && view.tag > 0)
            {
                CGRect frame = view.frame;
                frame.origin = CGPointMake(0,curXLoc);
                view.frame = frame;
    
                curXLoc += (kScrollObjHeight);
            }
        }
    
        // set the content size so it can be scrollable
        [scrollView1 setContentSize:CGSizeMake(([scrollView1 bounds].size.width),kNumImages * kScrollObjHeight)];
    }  
    

    or if you want sample then i will give you

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a good example project/tutorial that show the Kiwi testing framework in
I'm looking for a few recursive function examples, preferably ones that show increase in
I've seen examples of something like [someArray sortUsingSelector:@selector(compare:)]; I'm looking for an example that
I'm looking for a good example that shows how to handle (in the controller)
I am looking for a cocoa example that illustrates how to drag an image
I'm looking for a good and useful code example that would be nice, short
I'm looking for a example or article that demonstrates using SimpleModal in an ASP.NET
I'm looking for an example of a java desktop application that consumes a Two-way
Looking at this jQuery example, how can I modify the code so that it
I am looking for some kind of example of a Javascript Time Picker that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.