Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

How do you remove extra empty space in NSString?

What is the Monotouch equivalent of dealloc?

iOS -- How to save in-app purchase data?

Can I inline static class methods in Objective-C?

objective-c methods inline

How to determine if a user has scrolled to the end of an NSTableView

create uibutton subclass

iphone objective-c

Search ABAddressbook iOS SDK

Create a glow around a UIView

Saving an NSView to a png file?

How can I figure out if the NSNumber I get back from -valueForKey: was initially an int or float?

objective-c foundation

Divide a integer and get decimal answer

iphone objective-c math

How to convert RGB to HTML color?

ios objective-c hex uicolor

Frozen uptime on iOS / iPhone

iphone objective-c ios ipad

Web server for Objective-C

html objective-c cocoa macos

NSArray of many NSDictionary. What is the best way to find a NSDictionary with necessary value for given key?

iphone objective-c ios xcode

a simple case of insertSubview:belowSubview doesnt work

setDelegate:self generates a caution flag

objective-c delegates

Refresh a UITabBar tab's view or call a method from the UITabBar tab's view when the tab is reselected

How do third-party libraries work in Objective-C and Xcode?

objective-c json xcode restkit

What happens if NSMutableArray is modified by multiple threads at the same time? (if the objects it contains are retained elsewhere)