PgMdAtom 1.1.4

PgMdAtom 1.1.4

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



PgMdAtom 1.1.4

  • By
  • curtisleefulton

SYNOPSIS

docs at https://pagemeld.com/code/PgMdAtom

#import "PgMdAtom.h"

id<PgMdAtomParser> atomParser = [PgMdAtom getParser];

NSString *locale = @"en_US";
NSData *xml = [@"<feed/>" dataUsingEncoding:NSUTF8StringEncoding];
NSError *error;

PgMdAtomFeed *feed = [atomParser parse:locale:xml:&error];