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 *shareText
Declared In
AdaptrShareButton.h
shareUrl
URL to be shared, if any.
@property (strong, nonatomic) IBInspectable NSString *shareUrl
Declared In
AdaptrShareButton.h
shareImage
Image to be shared, if any.
@property (strong, nonatomic) IBInspectable UIImage *shareImage
Declared In
AdaptrShareButton.h