-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping Resize Controller #10
Comments
Hey Bill, Right now, if you pass a square image to the DMActivityInstagram, the current behaviour should be to show the resize/crop view for a moment and then go right to the UIDocumentInteractionController. If you'd like skip the resize/crop view entirely, your best bet is probably to subclass DMActivityInstagram so you can return nil from it's A pull request with this behaviour as an optional feature would be welcomed :) |
Thanks for the response! I've tried returning nil from I'm not sure exactly how to get the document controller to open, I'll take a look at that further. Thanks, |
DMActivityInstagram has a property (presentFromButton) that accepts a UIBarButtonItem to present the document interaction controller from. Try setting that, if you have a bar button you can use. Otherwise you'll have to modify On Nov 3, 2013, at 5:56 AM, Bill Rollins [email protected] wrote:
|
If you don't have a |
Hi @DimaVartanian @coryalder @rollinsw , could you give a little example code on how to accomplish this? I really can not get this to work without showing the resize controller. |
Thanks for this great library. Is there any way to skip the steps for resizing/rotating the image? My project already does all the checking for making sure the image is square and large enough.
Thanks again,
Bill
The text was updated successfully, but these errors were encountered: