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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:33:45+00:00 2026-06-13T16:33:45+00:00

I have developed an app which uses Asyncimageview and iCarousel.But my issues is that

  • 0

I have developed an app which uses Asyncimageview and iCarousel.But my issues is that when i’m trying to load the images from urls only activity indicator loads in each view of my iCarousel and no images are loaded.Here is my code

  - (UIView *)carousel:(iCarousel *)carousel viewForItemAtIndex:(NSUInteger)index reusingView:(AsyncImageView *)view
 {
if (view == nil
 {
  AsyncImageView * view = [[[AsyncImageView alloc]initWithFrame:CGRectMake(0, 0, 300, 280)] autorelease];
view.image=[UIImage imageNamed:@"infobg.png"];
view.imageURL=[imageURLs objectAtIndex:index];
}
return view;
}
  • 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-13T16:33:46+00:00Added an answer on June 13, 2026 at 4:33 pm

    Follow these steps maybe because of following reasons you may face this issue

    — Check whether if ur imageURLs array is having objects under iCarousel are not…If its null you may have this kind of issue….

    — Do array allocation and add objects in

     - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil 
    

    method,because if you add objects in your array under viewDidLoad it won’t works because carousel view loads first before viewDidLoad method..

    — if your array element is present even after these steps follow this code.

    - (UIView *)carousel:(iCarousel *)carousel viewForItemAtIndex:(NSUInteger)index reusingView:(AsyncImageView *)view
    {
    view = [[[AsyncImageView alloc]initWithFrame:CGRectMake(0, 0, 300, 280)] autorelease];
    
    view.image=[UIImage imageNamed:@"infobg.png"];
    view.imageURL=[imageURLs objectAtIndex:index];
    
    //NSLog(@"%@",imageURLs)//check imageURLs having object
    
    if(view ==nil)
    {
        [[AsyncImageLoader sharedLoader]cancelLoadingImagesForTarget:view];
    }
    return view;
    
    }
    

    It will help you..

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

Sidebar

Related Questions

I have an ASP.Net MVC 3 app that I've developed which uses RavenDB Embedded
I have developed an app that in testing has worked fine but when it
I have an app that uses push notifications and I am trying to distribute
I have developed an android application, which uses image files and strings from the
I have developed an app which uses my own custom keyboard (well, a view
I have developed a qt app with which uses mobility and phonon. Qt version
I have a big problem, I developed an app which uses encryption for send
I have developed a sample app, which uses Facebook features, and it is working
I have developed an app which uses google map. The problem is when I
I have an app that uses the Android licensing. I'm using the ServerManagedPolicy which

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.