Discussion Forums  >  Self Hosted Control Panels

Replies: 9    Views: 97

Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
01/10/14 08:04 AM (11 years ago)

How Do I Make Menu With Image Display List in Alphabetical Order?

Hi does anyone know how I can get the 'Menu With Image' plugin list view to display in alphabetical order? I currently have over a hundred listed in my list view using this plugin and in time this will increase to possible 3/400. But putting then in alphabetical order is a nightmare. I'm on Self Hosting. Any suggestions welcome.
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
01/10/14 08:28 AM (11 years ago)
I'll sort it out for ya later lol
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
01/10/14 09:18 AM (11 years ago)
Sweet! Always available. Its just as well your wife understands that there are others in this relationship, lol!
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
01/10/14 09:35 AM (11 years ago)
ewwww.. will you share Kittsy?! :)
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
01/10/14 10:28 AM (11 years ago)
add this in the -(void)layoutScreen method NSSortDescriptor *menuSort= [[NSSortDescriptor alloc] initWithKey:@"itemNickname" ascending:YES]; [menuItems sortUsingDescriptors:[NSArray arrayWithObject:menuSort]]; This sorts by the item nickname so make sure it matches the row title and your laughing yes it's only 2 lines of code and this will also affect every menu list as well unless you put an if statement around it to restrict to a certain menu
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
01/10/14 10:29 AM (11 years ago)
It's also case sensitive so "a" and "A" will be 26 apart at least
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
01/10/14 10:40 AM (11 years ago)
Sorry Kittsy, for dummies like me, which file is this, is that the .m?
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
01/10/14 10:48 AM (11 years ago)
WB_screen_menuImage.m anywhere in -(void)layoutScreen before [self.myTableView reloadData];
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
01/10/14 10:54 AM (11 years ago)
Thank Thank Thank!
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
01/10/14 10:56 AM (11 years ago)
did it work
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.