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 9222947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:57:23+00:00 2026-06-18T03:57:23+00:00

Dear Friends I want to know is there any Possible to create folder like

  • 0

Dear Friends I want to know is there any Possible to create folder like MY PHOTO app in iPhone? If it is Possible How can i implement it?

now i am trying to create. i am using UIScrollView in that My Customized UIView like added one UIImageView for set folder image.then using for loop i am creating statically and arrange one by one in one column UIView Down But they Need it will be in two column.how can i implement?

And Also How can i implement it in dynamically? i.e for each button action one by one folder creating

  • 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-18T03:57:24+00:00Added an answer on June 18, 2026 at 3:57 am

    Try this code and set size according to your need.

             float horizontal = 8.0;
             float vertical = 8.0;
             int i;
            for(i=0; i<[arrayOfThumbImages count]; i++)
            {
                if((i%2) == 0 && i!=0)
                {
                    horizontal = 8.0;
                    vertical = vertical + 70.0 + 8.0;
                }
                buttonImage = [UIButton buttonWithType:UIButtonTypeCustom];
                [buttonImage setFrame:CGRectMake(horizontal, vertical, 70.0, 70.0)];
                [buttonImage setTag:i];
                [buttonImage setBackgroundImage:[arrayOfThumbImages objectAtIndex:i] forState:UIControlStateNormal];
                [buttonImage addTarget:self action:@selector(buttonImagePressed:) forControlEvents:UIControlEventTouchUpInside];
                buttonImage.layer.cornerRadius = 15;
                buttonImage.layer.masksToBounds = YES;
                [myScrollView addSubview:buttonImage];
                horizontal = horizontal + 70.0 + 8.0;
    
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My dear friends I would like to know how can i lowercase the stop
Dear friends,I want to extract text 平均3.6 星 from this code segment excerpted from
hi my dear friends : how can i get href attrib of anchor element
Dear Friend How can i create small Customized UIView in a main View when
Dear friends, I have created one music app. It contains some collection of albums,
Possible Duplicate: Create a usercontrol instance programmatically in ASP.NET Dear Friend i have the
I'm Google-d out. So, dear friends at StackOverflow, is it possible to change an
dear all i want to know how to submit asp.net form data using jquery
Hi Dear All My friends, I want to ask one thing about sql cross
Dear Friends, Any idea why the msgrcv is receiving a blank buffer? Here is

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.