TagUtility
@interface TagUtility : NSObject
Utility class to retrieve TagInfo given a tag in string format.
-
Return tagInfo for tag with provided string and of provided type
Note
Throws:MPQRError.unknownTagif tag cannot be foundDeclaration
Objective-C
+ (TagInfo *_Nullable)tagInfoFrom:(NSString *_Nullable)string of:(Class<Tag> _Nullable)type error:(NSError *_Nullable *_Nullable)error;Parameters
stringString to search for
typeType of the tagInfo
TagUtility Class Reference