/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// Starting at position 20, get others characters
NSRange range = NSMakeRange (20, ([array count]-20));
[array removeObjectsAtIndexes:indexSet];
Comments
 Subscribe to comments
                    Subscribe to comments
                
                