SLComposeViewController.AddImage(UIImage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the provided image
to the post.
[Foundation.Export("addImage:")]
public virtual bool AddImage (UIKit.UIImage image);
abstract member AddImage : UIKit.UIImage -> bool
override this.AddImage : UIKit.UIImage -> bool
Parameters
- image
- UIImage
Returns
- Attributes