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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:05:44+00:00 2026-05-28T00:05:44+00:00

I am developing an application for showing the filesystem contents . I have two

  • 0

I am developing an application for showing the filesystem contents . I have two types of displays

1)OutlineView

2)IKImagebrowserView

The user can switch between the views . I am maintaining the current view object in a global variable currentview as multiple controllers need to access it.

Now whenever the user switches views, one controller (running on a thread) changes this global variable. However I have another controller which (depending on some DB operation) continuously refreshes the currentview using

[currentview reloadData];

Now whenever I switch rapidly between the views, there is an issue with the currentviewobject among these threads and the application crashes.
The crash report shows that the aplication crashes on the line

[currentview reloadData];

Is there any solution for this ??

  • 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-28T00:05:45+00:00Added an answer on May 28, 2026 at 12:05 am

    try using

    @synchronized(self)
    {
       [currentview reloadData];
    }
    

    this will make a exclusive lock which will prevent it from being accessed by other threads simultaneously.

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

Sidebar

Related Questions

i'm developing an application (wpf) that have 3 windows. in the main window user
I am developing an android application in I have two GeoPoints in Google map.One
In the iPhone application I'm developing, I have a need to return the user
I am developing web application where users have collection of tags. I need to
I am developing a groovy application and I am having problems when showing a
I'm developing an OSX application that displays a web view as a part of
M developing an application which starts with a login page. After loggin the user
I am developing an application in which I have to show the selected time
Hi I am developing a simple application based upon ASP.NET MVC. I have altered
I am developing an android application.Its showing no errors in xml or java file.iTS

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.