Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Objective C Class or struct?

iPhone : Does a rapidly updating (60Hz) accelerometer drain battery?

iPhone: UISearchBar how to search for "" String?

Fractional Part of NSDecimalNumber

What are the commands at gdb console? [closed]

objective-c xcode gdb

Check if file name exists in document directory

What is the difference between arrayWithObjects and initWithObjects?

Objective-C: How can I detect http URL's in a string?

Check if array holds element at specific index?

iphone objective-c nsarray

How can I sent an array of strings into an UIActionSheet varargs init method?

-self parentViewController- dismissModalViewController not working on iOS 5

objective-c xcode ios5

How to encode a UIImage in an `NSCoder`

Objective-C: Photo Viewer for iOS with ARC support?

Objective-C: check if view touches another view

How to check if subview is button or not

ios objective-c xcode subview

How to add row/cells dynamically to an UITableView by pressing a button in iPhone

how to implement addTarget property in a UIButton

iphone objective-c ios xcode

App's audio not working through speakers

Is it a bad idea to use .mm files instead of .m just in case I use C++ later?

objective-c objective-c++

Risk Assessment: Using Pthreads (vs. GCD or NSThread)