以下の内容はhttps://otiai10.hatenablog.com/entry/2014/08/23/131929より取得しました。


【iOS】Timestamp to NSDate Object

Goal

  • Get NSDate instance from timestamp-like NSInteger

Solution

  • Use dateWithTimeIntervalSince1970 method of NSDate
NSDate *d = [NSDate dateWithTimeIntervalSince1970:timestamp];

DRY




以上の内容はhttps://otiai10.hatenablog.com/entry/2014/08/23/131929より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14