美文网首页iosiOS_UIKit
UIReferenceLibraryViewController

UIReferenceLibraryViewController

作者: 絮语时光杨 | 来源:发表于2018-05-14 14:41 被阅读0次

    /*! Returns YES if any installed dictionary has a definition for the provided term.
    */

    • (BOOL)dictionaryHasDefinitionForTerm:(NSString *)term;

    /*! Initializes an instance of a UIReferenceLibraryViewController with the term provided.
    */

    • (instancetype)initWithTerm:(NSString *)term NS_DESIGNATED_INITIALIZER;

    • (instancetype) initWithCoder:(nonnull NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; // Declared solely for the sake of potential subclassers.

    • (instancetype)initWithNibName:(nullable NSString *)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_UNAVAILABLE;

    • (instancetype)init NS_UNAVAILABLE;

    相关文章

      网友评论

        本文标题:UIReferenceLibraryViewController

        本文链接:https://www.haomeiwen.com/subject/matjdftx.html