I currently have 3 simple UIImageViews that animate across a UIView in my app.
The animations work fine in the simulator.
However, when I test the app on the device, all I see is a blank UIView.
Are there any special libraries/header files I need to import to fix the problem of animation not appearing on the device?