ios - How to load configuration for CAEmitterLayer and CAEmitterCell from a file? -


a given particle system configuration in .pex file, can created in sparrow particle system:

sxparticlesystem *exampleparticles = [sxparticlesystem particlesystemwithcontentsoffile:@"particleconfiguration.pex"]; 

is there similar way load configuration (pex/plist/json) when using core animation particles system?

any other ways shorten configuration without having manually copy properties pex file?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -