From 80d8fb912d13138ec75eb38f2c392d92ae2e6aa3 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Mon, 3 Oct 2016 16:18:36 +0200 Subject: [PATCH] [inApp] cell info button updated --- Classes/LinphoneUI/UIShopTableCell.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIShopTableCell.m b/Classes/LinphoneUI/UIShopTableCell.m index c3eb39324..89151cc0b 100644 --- a/Classes/LinphoneUI/UIShopTableCell.m +++ b/Classes/LinphoneUI/UIShopTableCell.m @@ -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"