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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -