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

  • SEARCH
  • Home
  • 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 6685491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:03:50+00:00 2026-05-26T05:03:50+00:00

I have a string coming from database in a format like 2,5,5,3 . What

  • 0

I have a string coming from database in a format like

“2,5,5,3”

.
What i am trying to do is, i want to separate every int from this string and assign in a new variable.
Than, on the basis if it i want to show images.
For ex:
i have 5 image views named as

img1,img2,img3 etc

so if i get output from db as “3,2,4 “

than i want to show img3, img2 and img4.
So my images depends on the returned string.
How can i move forward in order to implement it.

  • 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-05-26T05:03:50+00:00Added an answer on May 26, 2026 at 5:03 am

    Use like this

    img1.hidden=YES;
    img2.hidden=YES;
    img3.hidden=YES;
    img4.hidden=YES;
    img5.hidden=YES;
    NSArray *array = [yourString componentsSeparatedByString:@","];
    
    for (NSString* aNumber in array)
    {
       NSInteger i=[aNumber intValue];
    
      switch(i)
      {
    
            case 1:
                img1.hidden=NO;
                break;
            case 2:
                img2.hidden=NO;
                break;
            case 3:
                img3.hidden=NO;
                break;
            case 4:
                img4.hidden=NO;
                break;
            case 5:
                img5.hidden=NO;
                break;
      }
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string coming from a database, for example 0b0101000 . I'd like
I have a string coming from a table like can no pay{1},as your payment{2}due
I have string like this /c SomeText\MoreText Some Text\More Text\Lol SomeText I want to
I have string looking like this: 'Toy Story..(II) (1995)' I want to split the
I have a string value coming from a label in the .aspx page as
I have one JSON that is coming in a string format. I need to
I have string like this: G:\Projects\TestApp\TestWeb\Files\Upload\file.jpg How can I remove all text before Files
Here is what I'm trying to accomplish. I have an object coming back from
I Have a set of choices(options) coming from Database(around 36 records) which I have
If i am using C# and i have a string coming in from a

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.