My requirement is to add a label to UIActivityViewController and remove cancel button. Also I want to remove items separator. How can I achieve this. Also, I am not sure if this is the right way. I have created subclass of UIActivityViewController as under:
@interface SampleActivityViewController : UIActivityViewController
@end
 
     
     
    