DescriptionReland: Update iOS deployment target to 7.0
iOS 6 will no longer be supported.
Replaces deprecated sizeWithFont: with sizeWithAttributes: (adding a
ceilf since according to the internet, the former rounds up, and the
latter does not) to fix compilation.
Special-cases the nil font case, since sizeWithFont:nil would work
and return zero, but it's impossible to construct an attribute
dictionary with a nil font.
BUG=402921
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289702
Patch Set 1 #Patch Set 2 : Fix nil font handling #
Messages
Total messages: 5 (0 generated)
|