Label Alignment in iOS 6 - UITextAlignment deprecated

前端 未结 11 765
再見小時候
再見小時候 2020-12-12 10:59

Seems like UITextAlignmentCenter is deprecated in iOS 6.

I still use it and works well, but it gives a warning.

How can I fix this?

<         


        
11条回答
  •  醉梦人生
    2020-12-12 11:21

    You don't have to do either of these. Xcode 4.5 will compile the NSTextAlignmentCenter, etc. fine in iOS 5.

提交回复
热议问题