阅读背景:

计算方法上的给定数量会产生此错误

来源:互联网 

I have this method :

我有这个方法:

- (void) voteResult: (NSString *)partyName votedNumber:(int)votedNumber
{
    int *moreVotes;
    moreVotes = 2000 - votedNumber;

    _labelVoteResult.text = @"Currently, your party (%x) has %i votes. We need %i more votes to put %x on our list. Share to your Facebook or Twitter to get more votes from your downline or upline.", partyName, votedNumber, moreVotes, partyName;
}
- (void) voteR



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: