Guest User

Untitled

a guest
Oct 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. StorageModelClass
  2. {
  3. NSString *date;
  4. NSString *time;
  5. NSDate *image
  6.  
  7. }
  8.  
  9.  
  10.  
  11. TableViewClass
  12. {
  13.  
  14. NSMutableArray *videoRecordingListNSMutableArray;///It contains StorageModel Object
  15.  
  16.  
  17. ///I just want to sort that array according to date////
  18.  
  19. }
Add Comment
Please, Sign In to add comment