MMKAttribution
class MMKAttribution : NSObject |
Details about the source of information.
Summary
Class methods
init(author: MMKAttributionAuthor?, |
Properties
var author: MMKAttributionAuthor? { get } |
var link: MMKAttributionLink? { get } |
var avatarImage: MMKImage? { get } |
Class methods
init(author:link:avatarImage:)
init(author: MMKAttributionAuthor?, |
Properties
author
var author: MMKAttributionAuthor? { get } |
Additional information about the author.
Optional field, can be nil.
link
var link: MMKAttributionLink? { get } |
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
var avatarImage: MMKImage? { get } |
Optional field, can be nil.