Convert int64_t to NSInteger

Posted by Hugo Costa on Stack Overflow See other posts from Stack Overflow or by Hugo Costa
Published on 2010-03-19T19:22:58Z Indexed on 2010/03/19 19:31 UTC
Read the original article Hit count: 1115

Filed under:
|
|
|

Hi all,

How can i convert int64_t to NSInteger in Objective-C ?

This method returns into score an int64_t* and I need to convert it to NSInteger:

[OFHighScoreService getPreviousHighScoreLocal:score forLeaderboard:leaderboardId];

Thank you.

© Stack Overflow or respective owner

Related posts about nsinteger

Related posts about cast