Instance Method
title(for:)
Attempt to retrieve the title for a given reference.
func title(for reference: ResolvedTopicReference) -> String?
Parameters
referenceThe reference for the topic whose title is desired.
Return Value
The title of the topic if it could be found, otherwise nil.