Contents

dictionaryHasDefinition(forTerm:)

Returns whether a definition is available for the given term.

Declaration

class func dictionaryHasDefinition(forTerm term: String) -> Bool

Parameters

  • term:

    The term to be defined.

Return Value

true if a definition for term is available; otherwise, false.

See Also

Creating a reference-library view controller