AdaptrShareButton Class Reference
| Inherits from | UIButton |
|---|---|
| Declared in | AdaptrShareButton.h |
Overview
This button will respond to a tap by bringing up an iOS sharing interface and passing to it some text, url, and image.
shareText
Text to be shared, if any.
@property (strong, nonatomic) IBInspectable NSString *shareTextDeclared In
AdaptrShareButton.h
shareUrl
URL to be shared, if any.
@property (strong, nonatomic) IBInspectable NSString *shareUrlDeclared In
AdaptrShareButton.h
shareImage
Image to be shared, if any.
@property (strong, nonatomic) IBInspectable UIImage *shareImageDeclared In
AdaptrShareButton.h