Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
3answers
514 views

Making Objective-C Classes look Beautiful

I wanted to ask you all for you opinions on code smells in Objective C, specifically Cocoa Touch. I'm working on a fairly complex game, and about to start the Great December Refactoring. A good ...
19
votes
3answers
10k views

How do I serialize a simple object in iPhone sdk?

I have a dictionary of objects; they are all POCO objects that should be serializable. What technique should I look at for writing these to disk. I'm looking for the simplest option to write a few ...
10
votes
3answers
400 views

How should I handle a failure in an init: method in Objective-C?

Let's say I'm building a new class for the iPhone in Objective-C. In one of my init methods I want to manually allocate some memory. So, I might have something like this: - ...
10
votes
5answers
3k views

What exactly is a so called “Class Cluster” in Objective-C?

I was reading that NSArray is just such a thing. Sounds heavy. I have 7 really fat books here on my desk about Objective-C, Cocoa and C. None of them mention Class Cluster at all, at least I can't ...
8
votes
8answers
4k views

How to share a ManagedObjectContext when using UITabBarController

I have an iPhone application that has a MainWindow.xib holding a UITabBarController, which in turn has a UINavigationController and a custom UIViewController subclass in its ViewControllers array. The ...
7
votes
2answers
3k views

Using NSPredicate with Core Data for deep relationships

I have an NSArrayController, companiesController bound to a top level Core Data entity, Companies. A Company has many Department's, and a Department has many Employee; these are represented by the ...
7
votes
3answers
2k views

Patterns for accessing remote data with Core Data?

I am trying to write a Core Data application for the iPhone that uses an external data source. I'm not really using Core Data to persist my objects but rather for the object life-cycle management. I ...
5
votes
2answers
1k views

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

Our app must display a big chunk of data with minimal remote http requests, so we have added an endpoint to our backend that provides all the necessary data as a single json response. This results in ...
5
votes
2answers
579 views

What does the performSelector method do?

What does performSelector do? What is the difference between creating a new NSThread and the performSelector method? How it works and where should we use it?
5
votes
4answers
499 views

Bad-practice to retain 'self'?

I have a simple query that I'd like cleared up by someone... Is it bad-practice to retain self? I have a server request object that I'd like to make. I'd like to be able to use it in the following ...
5
votes
2answers
220 views

Cocoa Application Bootstrap Questions

I am an experienced developer, new to Mac development, so I Read a nice objective C guide Read the Apple memory management guide Went through the Apple intro to Cocoa Checked out the NSApplication ...
4
votes
2answers
58 views

Avoiding coupling in a document-based Cocoa app?

I'm new to Mac programming and I'm working on a document-based application. My NSDocument subclass creates a NSWindowController subclass. This window controller creates two NSViewController ...
4
votes
3answers
157 views

Getting an NSArray of a single attribute from an NSArray

I am facing a very regular scenario. I have an NSArray which has object of a custom type, say Person. The Person class has the attributes: firstName, lastName and age. How can I get an NSArray ...
4
votes
3answers
579 views

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

I've got a protocol: @protocol Gadget <NSObject> @property (readonly) UIView *view; - (void) attachViewToParent:(UIView *)parentView; @end And an "abstract" base class, with an ...
4
votes
4answers
457 views

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

I have created a library which can download JSON data which is then placed into an NSDictionary. I wrap this class with a simple Twitter engine which allows me to pull my friends timeline, post an ...
4
votes
3answers
2k views

Confused in getting the ManagedObjectContext from AppDelegate

I've been looking at the documentation on Core Data and trying to figure out how to arrange the Core Data Stack so it's accessible to all of my UITableViewControllers. All the examples provided by ...
4
votes
1answer
6k views

Core Data backed UITableView with indexing

I am trying to implement a Core Data backed UITableView that supports indexing (eg: the characters that appear down the side, and the section headers that go with them). I have no problems at all ...
3
votes
1answer
90 views

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

Reading through Apple's documentation on Tips and Techniques for Framework Developers, I came across this statement about designated initializers: A designated initializer is an init method of a ...
3
votes
1answer
65 views

Advice for a Cocoa drawing application

I'm new to Cocoa and looking for a little advice for an application from experienced Cocoa-ers.  I'm building a basic OmniGraffle-style app where objects are drawn/dragged onto a canvas. After the ...
3
votes
4answers
95 views

Why do some objects not need to be initialized before use in objective-c?

Why do some objects not need to be initialized before use in objective-c? For example why is this NSDate *today = [NSDate date]; legal?
3
votes
1answer
454 views

Java Command Pattern vs iPhone Delegate Pattern

Hi I am a java developer and these days I have also started working on iphone development. I was wondering that Java's command pattern is somewhat similar to delegate pattern in iphone or vice-versa ...
3
votes
1answer
157 views

Is it OK for other threads to have indirect access to a managed object context running in a thread of its own?

Apple's recommended method for multithreading core data is to use a managed object context per thread, and to send changes from one context to another by saving the changed thread's context to a ...
3
votes
1answer
192 views

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

I'm writing a quiz application for iPhone using basic NSObject subclasses to represent the models. At runtime the various controllers instantiate the model classes and populate them with data read in ...
3
votes
4answers
327 views

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

I've been using Objective-C for a while, but I've not been following Apple's guidelines very well. Recently I read Cocoa Design Patterns and the Model Object Implementation Guide, and I'm trying to do ...
3
votes
2answers
500 views

MVC in a Cocoa document-based application

I'm going through a refactoring and reorganization of my application at the moment. I've realized that some of the separation between models and views, and their controllers has diminished and I wish ...
3
votes
2answers
254 views

Better alternative for “data-only” Objective-C objects?

I run into design choices like this often and struggle a bit; I'm looking for some other perspectives. I often want to keep lists of, or pass around chunks of state that are basically just sets of ...
3
votes
6answers
3k views

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

I have some inefficiency in my app that I'd like to understand and fix. My algorithm is: fetch object collection from network for each object: if (corresponding locally stored object not found): ...
3
votes
4answers
608 views

MVC Pattern: Where does formatting/processing type work belong? (Objective-C)

As my Cocoa skills gradually improve I'm trying not to abuse the MVC as I did early on when I'd find myself backed into a hole built by my previous assumptions. I don't have anyone here to bounce this ...
3
votes
1answer
215 views

OSX: Get application windows + bounds

Is there a way to get the list of windows from another application and their bounds. E.g. using F-Script or obj-c or any other way (except AppleScript) to access the window contents of another (any ...
3
votes
2answers
2k views

Why does UITableView make so many calls to its delegate & datasource?

Anyone care to shed some light on why UITableView makes so many repeat calls to its delegate & datasource as it's being setup? Just looking at one I'm working on now I see that ...
3
votes
3answers
3k views

What is Delegate and Delegate Methods

Guys anyone please let me know difference between Delegate & Delegate Methods and its differences and its usages ???
2
votes
1answer
34 views

What should be the superclass of my new controller?

I'm the developer of an in-house program for modeling harmonics and other properties of liquid-filled shells. Right now, the whole program assumes that there's only one set of physical properties ...
2
votes
2answers
209 views

Notification Center in C++

After programming for sometime with the iOS and Mac objective C frameworks, I have come to love the generic notification pattern implemented by the NSNotificationCenter and NSNotification classes. ...
2
votes
1answer
51 views

Core Data Best Practice for Importing Data

I've got an application (iPad & Mac Lion) which uses CoreData for its storage. The app imports data from a number of hardware devices, decodes the data into a number of discrete events, and ...
2
votes
2answers
52 views

What's the problem with using singleton in an app that use a lot of HTTP request?

I have a singleton class that basically interface all my HTTP requests. So it pretty much looks like this: Server <--> Singleton <---> view controllers --> views Is it bad? Why do ...
2
votes
2answers
66 views

Implementing an iPhone App within an App

I have two apps, I want to merge them, by bringing the smaller app in to the main application, such that instead of the smaller app originally being instantiated from it's App Delegate, is instead ...
2
votes
2answers
106 views

What is Dynamic Creation?

I recently read about Dynamic Creation as one of the design pattern in Cocoa. However, I don't really understand how it works. So I need clarification from you who have implemented in your design. ...
2
votes
3answers
118 views

What is the correct system design when dealing with third party API?

This blog post by Joubert just opened my eyes. I have dealt with a lot of design patterns in Java and other languages. But Objective-C is a rather unique language. Let's say that in a project we talk ...
2
votes
1answer
57 views

Nib file (and code) organization in a one-window, non-document-based app

Good people of StackOverflow, I am in the early stages of building a non-document-based Cocoa application. What I'm aiming for is a window layout similar to iTunes, with a left, middle, and right ...
2
votes
3answers
434 views
2
votes
1answer
181 views

Recommended document structure. File Wrappers? Roll my own?

I'm currently working out the best structure for a document I'm trying to create. The document is basically a core data document that uses sqlite as its store, but uses the Apple provided ...
2
votes
2answers
260 views

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

I am looking for a good pattern for performing basic property editing via a modal view on the iPhone. Assume I am putting together an application that works like the Contacts application. The ...
2
votes
2answers
673 views

Reuse nib's across multiple UIViewControllers

I've created some custom UITableViewCells in a nib file and would like to use that across multiple UIViewControllers. Can anyone tell me the best practice way to do that? My limited knowledge around ...
2
votes
2answers
168 views

Is it worthwhile to implement observer pattern in PHP?

I have been meaning to make use of design pattern in PHP, such as the observer pattern, but that I have to recreate the observers' relationship each time the page is loaded pains me. As references are ...
2
votes
2answers
579 views

iphone global settings - best way to implement it?

I'd like to have some settings that I can access from anywhere in my app. Is there a best way to implement this? Right now I'm just sticking properties in my app delegate, then access them with: ...
2
votes
3answers
645 views

Objective C - Problem with objectForKey

Okay, I'm trying to write a high score function for my app. My problem is that when no high score has been saved yet, my program crashes. If I save it with: [[NSUserDefaults standardUserDefaults] ...
2
votes
3answers
2k views

UIButton - should we release or not?

Ok. Let me explain the situation. I want to add a button on a view dynamically. Here is the code. UIButton *x=[UIButton buttonWithType:UIButtonTypeRoundedRect]; Here, I have not used "alloc" ...
2
votes
4answers
259 views

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

Please be nice.. I am a noob with this stuff. I want to allocate and use an object through a method that I call many times, and instead of making it a global variable and allocating it in my ...
2
votes
2answers
1k views

Objective C terminology: outlets & delegates

I'm having issues understanding the concept of outlets how the iPhone deals with events. Help! Delegates confuse me too. Would someone care to explain, please?
2
votes
3answers
2k views

One UITableView - Multiple DataSource, best design pattern?

This seems like a typical problem, but I have a UITableView that has identical behavior for two separate data sources. What is the best way of going about designing the class hierarchy to have as ...

1 2