[inApp] cell info button updated

This commit is contained in:
Brieuc Viel 2016-10-03 16:18:36 +02:00
parent 6ecf1f7ee0
commit 80d8fb912d

View file

@ -54,7 +54,8 @@ UIImageView *infoImage;
#pragma mark -
- (IBAction)onDetails:(id)event {
UIAlertView *descriptionView = [[UIAlertView alloc] initWithTitle:@"Product"
NSString *msg = [NSString stringWithFormat:@"Product - %@", self.nameLabel.text];
UIAlertView *descriptionView = [[UIAlertView alloc] initWithTitle:msg
message:self.descriptionLabel.text
delegate:nil
cancelButtonTitle:@"OK"