示例:
if (*Help Here) {
[self level2];
//handle the method to display level 2
} else {
UIAlertView *message = [[UIAlertView alloc] initWithTitle:@"Locked"
message:@"You must complete level one first"
delegate:nil
cancelButtonTitle:@"ok"
otherButtonTitles:nil];
//message displaying they must beat lvl 1 first
}
对不起,我很新,我只有14岁!
编辑:为自己找到这个,为需要帮助的人
保存在nsuserdefaults中,然后检查对象是否为零,为我工作
答案 0 :(得分:0)
你可以通过保存刚刚在NSUserDefault等地方完成的等级编号来实现它。并检查用户是否点击了等级为++的数字然后确定..如果没有..给他提醒