0

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
rmaddy
  • 314,917
  • 42
  • 532
  • 579
boom
  • 5,856
  • 24
  • 61
  • 96

1 Answers1

0

Well you have to create your own custom UIActivity Have a look at this.

You can also have a look at this project on github, basically is a collection of custom UIActivity for the most common services Instagram included.

Community
  • 1
  • 1
gurmandeep
  • 1,227
  • 1
  • 14
  • 30
  • This is not what i asked for.Thanks for your reply. What i need i to customise the sheet content along with cancel button. – boom Aug 26 '16 at 09:42