Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa

Regular expressions in an Objective-C Cocoa application

objective-c regex cocoa

How to convert CFStringRef to NSString?

cocoa string cfstring

How to initialise a string from NSData in Swift

string swift cocoa nsdata

What is the best way to solve an Objective-C namespace collision?

Why are Objective-C delegates usually given the property assign instead of retain?

How to create a Menubar application for Mac

macos cocoa menubar

What's the optimum way of storing an NSDate in NSUserDefaults?

NULL vs nil in Objective-C

objective-c cocoa null

What's the Best Way to Shuffle an NSMutableArray?

objective-c cocoa shuffle

Xcode build failure "Undefined symbols for architecture x86_64"

Why can't code inside unit tests find bundle resources?

Best way to remove from NSMutableArray while iterating?

objective-c cocoa

Check that an email address is valid on iOS [duplicate]

iOS - Build fails with CocoaPods cannot find header files

How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?

Execute a terminal command from a Cocoa app

objective-c cocoa macos

How do I declare class-level properties in Objective-C?

objective-c cocoa oop

CSS Printing: Avoiding cut-in-half DIVs between pages?

css cocoa printing page-break

Delete/Reset all entries in Core Data?

How to update a single pod without touching other dependencies