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.unknownTag
if tag cannot be foundDeclaration
Objective-C
+ (TagInfo *_Nullable)tagInfoFrom:(NSString *_Nullable)string of:(Class<Tag> _Nullable)type error:(NSError *_Nullable *_Nullable)error;
Parameters
string
String to search for
type
Type of the tagInfo