Closed treddy73 closed 12 years ago
What deprecation warnings are you getting? I'm not seeing any warnings when compiling for iOS 6 using Xcode 4.5 dp4.
I'm using Xcode 4.5 dp4 as well. We're building against 6.0 SDK and setting our project's deployment target to 6.0.
I see deprecation warnings for: UITextAlignmentCenter UITextAlignmentRight minimumFontSize
Thanks for the quick turnaround!
use NStextAlignmentRight and so on.
What was confusing me was that the warning only appears if you set your deployment target to iOS6. I've fixed it now.
FXLabel has some deprecation warnings when compiled under iOS6.