NSDictionary から返す NSValue があります。NSValue は sizeWithAttributes を使用して作成されました。NSValue を使用してラベル サイズを作成できる値に戻す方法を知りたいです。
これから計算されたラベルのサイズを取得します
betweensLabelSize = [betweensString sizeWithAttributes: @{
NSFontAttributeName: [UIFont systemFontOfSize:14.5f]
}];
これを NSValue として NSDictionary に入れ、そのように取得します
NSValue *tempSize = [currAxisDictionary objectForKey:@"betweensLabelSize"];
この値を返す
NSSize: {64.278503, 86.4925}