Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7953667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:12:45+00:00 2026-06-04T03:12:45+00:00

My NSMutableArray contain the list of GroupUser objects : @interface GroupUser : NSObject {

  • 0

My NSMutableArray contain the list of GroupUser objects :

@interface GroupUser : NSObject {

    NSString *groupUser_name;//user name
    NSString *groupUser_customMsg;
    NSString *groupUser_emailId;
    NSString *groupUser_groupName;
    NSString *groupUser_aliasName;
    int groupUser_imageId;
    int groupUser_state;//whether user is online( value 0) offline(value 1) or busy(value 2)
    int groupUser_type;             
}

now i want to sort the list :
1. On the bases of groupUser_state
2. On the bases of groupUser_name

eg:: 1. Sam Offline(value 1)
2. Ravi Online(value 0)
3. Amit Online(value 0)
4. Ganga Online(value 0)
5. Durga Offline(value 1)

Output after sorting should be::
1. Amit Online
2. Ganga Online
3. Ravi Online
4. Durga Offline
5. Sam Offline

Help me by providing code for the same.. Thanx in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:12:46+00:00Added an answer on June 4, 2026 at 3:12 am
    NSSortDescriptor *desc=[NSSortDescriptor  sortDescriptorWithKey:@"groupUser_state" ascending:YES];
    NSArray *yourArray;
    [yourArray sortedArrayUsingDescriptors:[NSArray arrayWithObject:desc]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some NSMutableArray in tableView which contain class Lesson @interface Lesson : NSObject
I have NSMutableArray day which contain (6 NSMutable arrays) arrays contain class Lesson{ NSString
I have NSMutableArray days which contain 7 NSMutableArrays,7 NSMutableArrays contain class Lesson. @interface Lesson
i have a nsmutablearray which have 5 objects. for example if it contain objects
I have an 3 NSMutableArray objects that contain CMTime objects. How can I iterate
I have an NSMutableArray that contains 2 types of Objects. Both objects contain a
I have NSMutableArray with NSString objects. How can I filter it to get only
I have a NSMutableArray: NSMutableArray *temp = //get list from somewhere. Now there is
I have an NSMutableArray that is populated with objects of strings. For simplicity sake
My tableview is in this user interface: But when I start search the view

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.