คำถามติดแท็ก sizewithfont

8
แทนที่ -sizeWithFont: constrainedToSize: lineBreakMode: ใน iOS 7 หรือไม่
ใน iOS 7 วิธีการ: - (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(NSLineBreakMode)lineBreakMode และวิธีการ: - (CGSize)sizeWithFont:(UIFont *)font เลิกใช้แล้ว ฉันจะเปลี่ยนได้อย่างไร CGSize size = [string sizeWithFont:font constrainedToSize:constrainSize lineBreakMode:NSLineBreakByWordWrapping]; และ: CGSize size = [string sizeWithFont:font];
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.