I have a complex view which is composed of a base image overlaid with other images and 2D paths.
I wonder what difference will it make if a assemble the complex view by creating a different UIView for each element and adding them as children of the complex view or if I should instead create a a different CALayer for each element and add them as children of the complex view's layer property.
Thanks
tat0