Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa-design-patterns

Cocoa Application Bootstrap Questions [closed]

Singleton with a delegate: Good idea or bad?

UIButton - should we release or not?

One UITableView - Multiple DataSource, best design pattern?

Core Data pattern: how to efficiently update local info with changes from network?

Confused in getting the ManagedObjectContext from AppDelegate

Notification Center in C++

What's the most efficient way of converting a 10 MB JSON response into an NSDictionary?

Java Command Pattern vs iPhone Delegate Pattern

Collecting data from multiple ViewControllers in Swift

Bad-practice to retain 'self'?

Better alternative for "data-only" Objective-C objects?

Patterns for accessing remote data with Core Data?

When would a class ever have more than one designated initializer?

Core Data backed UITableView with indexing

Objective C terminology: outlets & delegates

Getting an NSArray of a single attribute from an NSArray

What does the performSelector method do?

Using NSPredicate with Core Data for deep relationships

How to share a ManagedObjectContext when using UITabBarController