2014-08-04から1日間の記事一覧

【Objective-c】小ネタ 年齢を計算する

iOS

さっきC#で書いたけど、やっぱりこっちでも必要になったので実装しましたw - (NSInteger)getAgeByYear:(NSInteger)year month:(NSInteger)month day:(NSInteger)day { NSCalendar *calendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCa…