Skip to content

k373379320/ZBYAML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZBYAML

ZBYAML

install

pod ZBYAML"

Usage

    NSURL *pathURL = [[NSBundle mainBundle] URLForResource:@"file" withExtension:@"yml"];
    NSData *routesData = [NSData dataWithContentsOfURL:pathURL options:NSDataReadingMappedIfSafe | NSDataReadingUncached error:nil];
    NSDictionary  *targets  =  [YAMLSerialization objectWithYAMLData:routesData options:0 error:nil];