We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BmobObject *obj = [self.posts objectAtIndex:indexPath.row]; ForumPost *fPost = [[ForumPost alloc]init]; fPost.objectId = (NSString *)[obj objectForKey:@"objectId"]; NSLog(@"objectId%@",(NSString *)[obj objectForKey:@"objectId"]); fPost.title = [obj objectForKey:@"title"]; fPost.content = [obj objectForKey:@"content"]; return fPost;
} title和content这两列的数据能够显示出来!就是objectId显示不出来,这个是不是很免费用户的功能锁定有关啊?我是初学者,
The text was updated successfully, but these errors were encountered:
哦 我知道了 /**
/**
这个数据列直接使用property的点语法就可以了 不需要value for key
Sorry, something went wrong.
是的
No branches or pull requests
}
title和content这两列的数据能够显示出来!就是objectId显示不出来,这个是不是很免费用户的功能锁定有关啊?我是初学者,
The text was updated successfully, but these errors were encountered: