Popular Objective C Programming Tips
xctool: fix "No architectures to compile for"
Giovanni Lodi
·
0 responses
·
tdd, ios, automation, unit testing
Fade Out Splashscreen
Jeffrey Jackson
·
0 responses
·
xcode, objective-c, ios
Useful macros for iOS projects
Juan Fernández Sagasti
·
0 responses
·
ios, macros, objective-c
How to sort a NSArray of NSDictionaries by distance
Juan Fernández Sagasti
·
1 response
·
sorting, nsarray, ios, distance
Testing almost any code in browser
Joel Kirchartz
·
4 responses
·
jquery, ruby, python, clojure
Cache NSDateFormatter
Luca Bernardi
·
1 response
·
nsdateformatter, objective-c, thread-local storage
Post JSON Body to API with Basic HTTP Authentication using Objective C and AFNetworking 2.0
Luke Rhodes
·
0 responses
·
http, iphone, dev, json
UIActivityIndicatorView over an UIButton
Alessandro Calzavara
·
0 responses
·
ios, objective-c
Your own Objective-C shared object
Paweł Ksieniewicz
·
4 responses
·
singleton, objective-c, ios
JSON and the JavaScriptCore Framework (Xcode/iOS)
Anthony Levings
·
0 responses
·
ios, xcode, json, nsstring
UIWebView, Javascript and Objective-C (Xcode for iOS)
Anthony Levings
·
0 responses
·
xcode, ios 5, uiwebview, ios
UIPickerView -Spin Tutorial
Gabriel Webb
·
1 response
·
ios, xcode, objective-c
Dynamically find available Objective-C classes
Arnaud Coomans
·
0 responses
·
ios, class, objective-c
Avoid crash by NSNull objects with NSDictionary+Verified
Alejandro Rupérez
·
0 responses
·
xcode, ios, objective-c
Xcode breakpoints can be shared
Sergei Cherepanov
·
0 responses
·
xcode, objective-c
Split a CamelCase string into separate words
Draco Li
·
0 responses
·
cocoa, nsstring, objective-c
Check if my iOS App is running under the debugger
Sergi Gracia
·
0 responses
·
xcode, debug, debugger, ios
Vim Commands within Xcode - Plugin
Eric Raio
·
0 responses
·
cocoa, xcode, cocoa touch, objective-c
Check if APNS are enabled in your App
Gilo
·
1 response
·
ios, xcode, iphone, apns
Boxed Expressions In Objective-C
cSquirrel
·
0 responses
·
objective-c
Best site for UI Components on iOS
Max
·
0 responses
·
cocoa, ios, ipad, iphone
Create a scrolling background pattern for UITableView
Christopher Matsumoto
·
1 response
·
xcode, objective-c, ios
warning: iPhone/iPod Touch: application executable is missing a required architecture
James Womack
·
0 responses
·
xcode, ipad, iphone, ipod touch
Improve the performance of UIView animations when using shadows on your UIViews
Alistair Holt
·
1 response
·
cocoa, animation, uiview, calayer
Cleaner code with objective-c categories for protocol implementations
Jessica Lam
·
0 responses
·
best practices, ios, objective-c