Integrate Fountain using FNScript
masterFor most applications, FNScript is the recommended entry point for Fountain support. It manages the lifecycle of reading and writing Fountain files and maintains the script content in a generic data model.
- Script Content: Represented as an
NSArrayofFNElements. - Title Page: Represented as an
NSArrayofNSDictionaryitems.
FNScript uses FastFountainParser by default for high performance.