While researching for my book “Barcodes and iOS” I was looking at the CoreImage generators for barcodes. iOS 7 supports generating QR, Aztec and PDF417 barcodes via CoreImage generators.
But for the latter two the documentation appears to be missing, making those – technically – private APIs. I believe this to be something that was simply overlooked, since those generators seem to work just fine.
Filed as rdar://15989297 and on Open Radar.
Update: An Apple evangelist responded to my inquiry and confirmed that those CI generators are indeed private API and should not be used.