I three UIView animations in my app. One to move in a view (similar to the appearance of a modalViewController presentation), another to move it out, and a third to set the frame of a UIImageView. On the simulator, it looks great; smooth and clear. However, on an actual device (iPhone 4) it's very choppy and sometimes doesn't animate at all. On my iPad 2, it looks a little better, however not where it should be. Any clue what's wrong?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Got it- for future reference, iOS isn't great at programatic drop shadows... If it's a rectangular view you're using, you can use "View.layer.shadowPath = [UIBezierPath bezierPathWithRect:View.bounds].CGPath;" |
|||
|
|
shouldRasterizeproperty toYES– borrrden Sep 20 '12 at 1:53