CCMPopup
CCMPopup copied to clipboard
destinationbounds after UIActivityViewController
Hello, I have a little problem. I'm using the CCMPopup to display a UIViewController with details of a product and UIViewController is a button that calls a UIActivityViewController. When I click share via email or sms, to go back to my CCMPopup its size is changed and it now occupies the entire screen. You can fix this?
Hi, Could you please send me some screenshots to give me a better idea of what is going on?
Let go! In this first image I have a CCMPopup presenting the information of a particular product.
When the user clicks the button I call a share UIActivityViewController as the second image for the user to select where he wants to share.
When you click E-mail Message or the UIActivityViewController displays an MFMailComposeViewController where the CMMPopup disappears completely. In MFMailComposeViewController as in MFMessageComposeViewController only there are options to send and cancel, and when the CCMPopup back to be displayed, it loses its format
Hello, could you possibly add an attribute to the vertical alignment, eg top, center and bottom (center is default). So it would be possible to create a similar view with a SLComposeViewController. Thank U