logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the correct way to manage Outlets memory?


  • Correct Answer
  • Create them as properties in the header that are retained In the viewDidUnload set the outlets to nil(ie selfoutlet = nil) Finally in dealloc make sure to release the outlet 


  • Technology problems


    Search Results


    • 1. If I call performSelector:withObject:afterDelay: ? is the object retained?
    • Discuss
    • 2. Whats the difference between a NSArray and a NSMutableArray?
    • Discuss
    • 3. Whats a struct?
    • Discuss
    • 4. How will you launch an Activity within you application?
    • Discuss
    • 5. How can your application perform actions that are provided by other application e.g. sending email?
    • Discuss
    • 6. Where can you test Apple iPhone apps if you don?t have the device?
    • Discuss
    • 7. Which API is used to write test scripts that help in exercising the application's user interface elements?
    • Discuss
    • 8. Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
    • Discuss
    • 9. What are layer objects and what do they represent?
    • Discuss
    • 10. What is SVG?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment