warning of setselected textcolor
hello I am getting the warning like " setselectedtextcolor is deprecated".
Pleas开发者_运维问答e help me why I am getting
Instead of setselectedtextcolor use highlightedTextColor
property of the UILabel
objects assigned to the textLabel
and detailTextLabel
properties.
The compiler is informing you that that particular method will not be available in future version of iOS so you should stop using it.
精彩评论