From e788dbb246a2c9673d595420beca061123526d50 Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 27 Apr 2011 18:45:32 -0400 Subject: sorting automatically, load more button, remove some logging, customizing things? --- Classes/SectionDictionary.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Classes/SectionDictionary.h') diff --git a/Classes/SectionDictionary.h b/Classes/SectionDictionary.h index f227e44..b4dd6b0 100644 --- a/Classes/SectionDictionary.h +++ b/Classes/SectionDictionary.h @@ -12,12 +12,15 @@ @interface SectionDictionary : NSObject { NSInteger index; NSMutableDictionary *indexMap; + NSMutableArray *sortedKeys; NSMutableDictionary *theRealDictionary; } - (void) appendObject:(id)anObject forKey:(id)aKey; - (void) setObject:(id)anObject forKey:(id)aKey; - (id) objectForIndex:(NSInteger)i; +- (void) sortKeys; - (NSString *) keyForIndex:(NSInteger)i; +- (NSArray *) allIndices; @end -- cgit v1.2.3