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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:54:25+00:00 2026-05-23T10:54:25+00:00

So, I got a monster code at my viewDidLoad on my first view. Well

  • 0

So, I got a monster code at my viewDidLoad on my first view. Well I am allocating 7 of my own objects, so it looks like this

OwnObject *o1 = [[OwnObject alloc] initWithValuesString:@"blabla" image:[UIImage named:@"blabla"]];
OwnObject *o2 = [[OwnObject alloc] initWithValuesString:@"blabla" image:[UIImage named:@"blabla"]];

And so on…

I was watching a session video once again at apple developer and they said that I should use GCD to speed things up, so could I speed my app by putting that to dispatch queue?

Note that my view loading isn’t very slow, but I am just wondering should I usually put things like that in dispatch queue.

Thanks, sorry if this is stupid.

  • 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-23T10:54:25+00:00Added an answer on May 23, 2026 at 10:54 am

    If those allocations don’t do things which require the main thread (e.g. touching the UI) then they could be done via GCD in a queue. You’d want to use dispatch_async, because with a synchronous call you’d still have to wait until the allocations completed and would gain nothing. Also, you’d need to be sure that your view controller was designed to handle finishing viewDidLoad without having those objects allocated yet, since the async dispatch call would be, well, asynchronous. You would probably either need to post a notification that allocation had completed or use dispatch_group_notify so that the view controller would know when the allocations were complete and could start using the objects.

    Unless these allocations take a long time, this is likely to be more trouble than it’s worth.

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

Sidebar

Related Questions

got code looking like this: // This is com.n.common.Networking.downloadBmp( ) function // ... byte[]
Got some code that is not mine and its producing this warning atm: iehtmlwin.cpp(264)
Got some code here that isn't working: $(#sidebar ul li:last).each(function(){ $(this).addClass(last); }); Basically I
Possible Duplicate: class has virtual functions and accessible non-virtual destructor I got this code
I've got this strange problem where this code: private function initLevel():void { var levelMap:Array
I'm trying to change strings like this: <a href='../Example/case23.html'><img src='Blablabla.jpg' To this: <a href='../Example/case23.html'><img
Got a complex SELECT query, from which I would like to insert all rows
Got this error today while trying to build a project with checkstyle. This works
Got this really stupid problem: Can find the proper name for the android folder
Got a question regarding SQL and ColdFusion: I can't write SQL code properly, so

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.