buffer-ios-sdk icon indicating copy to clipboard operation
buffer-ios-sdk copied to clipboard

Try to presentBufferSheetWithText from a modal view controller will fail

Open mave99a opened this issue 11 years ago • 0 comments

Try to presentBufferSheetWithText from a modal view controller will fail. The buffer's sheet is displayed under the current view controller, so it won't allow user do anything with it.

Can you please allow pass in the presenter view controller or view? There is

  • (void)setPresentingView:(id)view;

However once I call it, it will hang in this call.

Present through a UIActivityViewController works well, however that will let the user have another additional select from several activities. This is not what I want.

mave99a avatar Aug 24 '14 19:08 mave99a