[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSMutableArray variable using an NSString???
From: |
Ondřej Hošek |
Subject: |
Re: NSMutableArray variable using an NSString??? |
Date: |
Sun, 20 Feb 2011 18:32:39 +0100 |
On Sun, Feb 20, 2011 at 17:49, Jeric Batarina <jbatarina@gmail.com> wrote:
> Any ideas if this'd work?
No (variable names must be fixed at compile time), but you can, in
theory, make an NSMutableDictionary with NSString keys and
NSMutableArray values, which adds a level of abstraction.
Cheers,
~~ Ondra