Get short, timely messages from ObjectiveC on SO.

Twitter is a rich source of instantly updated information. It's easy to stay updated on an incredibly wide variety of topics. Join today and follow @ObjConSO.

Get updates via SMS by texting follow ObjConSO to 40404 in the United States
Codes for other countries

Two-way (sending and receiving) short codes:
Country Code For customers of
Australia
  • 0198089488 Telstra
Canada
  • 21212 (any)
United Kingdom
  • 86444 Vodafone, Orange, 3, O2
Indonesia
  • 89887 AXIS, 3, Telkomsel
Ireland
  • 51210 O2
India
  • 53000 Bharti Airtel, Videocon
Jordan
  • 90903 Zain
New Zealand
  • 8987 Vodafone, Telecom NZ
United States
  • 40404 (any)

ObjConSO

  1. remove object at NSMutableArray in range: I am trying to remove objects at array starting at index 5 to the end ... bit.ly/KOAUvY
  2. Rough Set using Objective-C: I am great fan of Rough Set theory and granular computing. After some exhaustive s... bit.ly/LQ6oUa
  3. where to declare protocols for reuse in objective-c: If I want to reuse a protocol to notify the master view con... bit.ly/KjoqPB
  4. Access sqlite3 variable in different classes: I have multiple classes in my project. When the application launch... bit.ly/LM0i3q
  5. How do I get doubleValue to return a decimal number more than six places?: When the following executes: NSStrin... bit.ly/M3mLMy
  6. Is it possible to hide a button during a update process in Objective C?: I have the following problem: I want th... bit.ly/L063gV
  7. Save string format specifiers (%@, %d, etc.) in NSString for future placeholder use?: I have a long string I wan... bit.ly/M370VG
  8. Launching camera from modal view causes unwanted resize on iPad: In my iPad app I create and resize a modal view... bit.ly/KNZ9L0
  9. Will An Associated Object Automatically Be Released?: Note: This other question seems relevant but it's not: Whe... bit.ly/LbgMDl
  10. Objective-C wrapper class for CGContext?: Has anyone created a wrapper class for the CGContext group of function... bit.ly/LLFiKp
  11. How do I make autoshrink within a UITableView cell text without hiding details label?: I make a UITableView and ... bit.ly/LLCUTH
  12. Get all public albums of a Facebook user profile- iOS Facebook SDK: Is there a way to get all public albums of a... bit.ly/M2Oop0
  13. Displaying "Try again" UIAlertView during critical initialization: During the initialization of an app, I natura... bit.ly/KiJXrB
  14. Do I need SSL certificate for my website to get info for my iphone app?: I am working on iPhone app with NSURLCo... bit.ly/Nl8SZH
  15. Text isn't displayed in UITextView until loop is completed: I have a loop that iterates through an array of Prod... bit.ly/M2t56Y
  16. Create a section in UITableView like in 'Music' app: How do you create a section of UITableView with numbers for... bit.ly/LLmY3X
  17. Objective-C File Creation Error: I am making a simple command line tool where the user enters a username and pas... bit.ly/KZqt9E
  18. reference to view property is retaining the view controller: I am having memory leaks when I m using a view cont... bit.ly/LaQscC
  19. Create a modal view with navigation item and back button: I want to create a modal view with the navigation item... bit.ly/LOTWDX
  20. NSOutlineView selection does not work: I have an NSOutlineView with a custom datasource (I don't know if this is... bit.ly/NkRapk