NNTagging Reference Library

NNRelatedTagsStandalone Class Reference

NNRelatedTagsStandalone Class Reference

Inherits from
Declared in NNRelatedTagsStandalone.h

Overview

Use this class if you want an encapsulated way to get related tags for the given selected tags.

Use setSelectedTags to update the related tags (asynchronously).

Tasks

Instance Methods

initWithSelectedTags:

- (id)initWithSelectedTags:(NNSelectedTags *)someSelectedTags
Parameters
someSelectedTags

related tags for these tags will be searched for

Parameters
someSelectedTags

tags for which to find related tags

Return Value

related tags class searching for otherSelectedTags

Discussion

initialize with setting selected tags directly use this init if you want an encapsulated way to get related tags for the given selected tags

Declared In
NNRelatedTagsStandalone.h

selectedTags

- (NNSelectedTags *)selectedTags
Return Value

Selected tags

Declared In
NNRelatedTagsStandalone.h

setSelectedTags:

- (void)setSelectedTags:(NNSelectedTags *)otherTags
Parameters
otherTags

New selected Tags

Declared In
NNRelatedTagsStandalone.h

Last updated: 2010-5-13