mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
[inApp] cell info button updated
This commit is contained in:
parent
6ecf1f7ee0
commit
80d8fb912d
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue