Trying to dismiss View Controller that presents SLComposeViewController after user posts to FB in iOS
问题 I am presenting an SLComposeViewController to post to Facebook in my app. The user is able to dismiss this View Controller in one of two ways: either by posting their post to Facebook, or by pressing "cancel". When the user presses "cancel", the SLComposeViewController is dismissed, and the user is returned to the presenting View Controller that is behind it. However, what I would like to do is if the user presses "post", then I want the presenting View Controller to ALSO be dismissed after