nicklockwood / FXLabel

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#fxlabel
Other
816 stars 125 forks source link

Fix deprecation warnings under iOS6 #4

Closed treddy73 closed 12 years ago

treddy73 commented 12 years ago

FXLabel has some deprecation warnings when compiled under iOS6.

nicklockwood commented 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.

treddy73 commented 12 years ago

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!

norwegianrobot commented 12 years ago

use NStextAlignmentRight and so on.

nicklockwood commented 12 years ago

What was confusing me was that the warning only appears if you set your deployment target to iOS6. I've fixed it now.