I'm running my app on an iPhone 4, and the navigation bar and all my labels are very blurry (Non-retina). Most blurry ui elements are iOS default UIs.
When I run other applications on my phone they look a lot nicer, and you can easily see the difference.
Is there any project setting that I need to change in order to get higher quality Assets to be used in my app?
EDIT:
I don't care about my own assets, What I care about right now is the DEFAULT UI ELEMENTS IN IOS
EDIT:
I have added a shadow to my main UINavigationController, In order to improve performance while animating the shadows, i set ShouldRasterize to YES, removing this line of xode fixes the problem
[self.navigationController.view.layer setShouldRasterize:YES];