Search code examples
Cocoa Application Bootstrap Questions...

cocoamacoscocoa-design-patterns

Read More
How do I persist data managed by NSArrayController without Core Data or NSKeyedArchiver?...

objective-ccocoacocoa-design-patternsobject-persistence

Read More
Why do Cocoa-Touch class ivars have leading underscore character?...

iphonecocoa-touchnaming-conventionscocoa-design-patterns

Read More
Getting a unique identifier for each element of NSArrayController's content...

cocoacocoa-bindingsnstableviewnsarraycontrollercocoa-design-patterns

Read More
Segmented Controller (Multiple Choices) with Core Data...

iphonecore-datauisegmentedcontrolcocoa-design-patterns

Read More
Can an inherited @property not satisfy a <protocol> @property?...

objective-ccocoaoopcocoa-design-patterns

Read More
Core Data, KVO, and NSInternalInconsistencyException...

iphonecocoacore-datakey-value-observingcocoa-design-patterns

Read More
What is the best way to write a hybrid iPhone app?...

iphoneobjective-ccocoa-design-patterns

Read More
MVC design in Cocoa - are all 3 always necessary? Also: naming conventions, where to put Controller...

cocoamodel-view-controllercocoa-design-patterns

Read More
Conditional column values in NSTableView?...

objective-cnstableviewcocoa-design-patterns

Read More
Which pattern should be used for editing properties with modal view controller on iPhone?...

iphonecocoa-touchuiviewcontrollermodal-dialogcocoa-design-patterns

Read More
How to add (id) sender to the following -(IBAction)?...

iphoneobjective-ciphone-sdk-3.0uibuttoncocoa-design-patterns

Read More
Is it worthwhile to implement observer pattern in PHP?...

phpcocoa-design-patterns

Read More
How to reduce memory footprint when instantiating a hierarchy of model objects in Cocoa?...

iphonecocoa-touchlazy-loadingcocoa-design-patterns

Read More
Is this a good (Cocoa-like, Apple-approved) model class?...

objective-ccocoamodelscocoa-design-patterns

Read More
MVC in a Cocoa document-based application...

cocoacore-datadocumentcocoa-design-patternsnswindowcontroller

Read More
iphone global settings - best way to implement it?...

iphonesingletonsettingscocoa-design-patternsuiapplicationdelegate

Read More
Better alternative for "data-only" Objective-C objects?...

objective-ccocoadesign-patternsnsdictionarycocoa-design-patterns

Read More
synchronize one object between two controllers in Cocoa...

iphonecocoa-design-patterns

Read More
Problem with multiple window/NIB cocoa application...

cocoainterface-buildercocoa-design-patterns

Read More
How should I deal with the need for multiple callbacks for the same delegate in Objective-C?...

iphoneobjective-cdelegatescocoa-design-patterns

Read More
How to tell if an object has already been allocated, so it isn't allocated multiple times?...

iphoneobjective-ccocoa-design-patterns

Read More
UIPickerView with 2 NSMutableArrays?...

iphonedelegatesnsmutablearrayuipickerviewcocoa-design-patterns

Read More
Pattern for XML Parsing in iPhone...

iphoneoopnsxmlparsercocoa-design-patterns

Read More
Disclosure "i" button or chevron for iPhone app?...

iphoneuser-interfaceuitableviewcocoa-design-patterns

Read More
How would I save and retrieve a boolean into a file using NSData...

iphonepersistencebooleannsdatacocoa-design-patterns

Read More
Confused in getting the ManagedObjectContext from AppDelegate...

iphonecore-datacocoa-design-patterns

Read More
tableView: titleForHeaderInSection: causing crash...

objective-ccocoa-design-patterns

Read More
Exchange data between two iPhone child views...

iphonecocoa-design-patterns

Read More
Customize a data-driven TableView...

iphoneuitableviewtableviewcocoa-design-patterns

Read More
BackNext