MMKAttribution
@interface MMKAttribution : NSObject |
Details about the source of information.
Summary
Class methods
+ (nonnull MMKAttribution *)attributionWithAuthor:(nullable MMKAttributionAuthor *)author |
Properties
@property (nonatomic, readonly, nullable) MMKAttributionAuthor *author; |
@property (nonatomic, readonly, nullable) MMKAttributionLink *link; |
@property (nonatomic, readonly, nullable) MMKImage *avatarImage; |
Class methods
attributionWithAuthor:link:avatarImage:
+ (nonnull MMKAttribution *)attributionWithAuthor:(nullable MMKAttributionAuthor *)author |
Properties
author
@property (nonatomic, readonly, nullable) MMKAttributionAuthor *author; |
Additional information about the author.
Optional field, can be nil.
link
@property (nonatomic, readonly, nullable) MMKAttributionLink *link; |
Link to a specific page on the author's site. To link to the website as a whole, use author.uri.
Optional field, can be nil.
avatarImage
@property (nonatomic, readonly, nullable) MMKImage *avatarImage; |
Optional field, can be nil.