I have a 850x850 bitmap inside a movieclip which must constantly rotate like a big wheel. When compiling for iOS the framerate drops from 24 to 8.
Is there a way to increase performance without using cacheAsBitmapMatrix and without rotating the bitmap inside the movieclip but the whole movieclip itself?