修改PKAddPassesViewController标题

时间:2013-01-15 11:14:16

标签: ios passbook

  

可能重复:
  Is it possible to change the title of PKAddPassesViewController ?

您好,当我添加存折时,我使用了优惠券样式:

pass = [[PKPass alloc] initWithData:data error:&error];
PKAddPassesViewController *vc = [[PKAddPassesViewController alloc] initWithPass:pass];
[vc setDelegate:(id)self];
[self presentViewController:vc animated:YES completion:nil];

UIBarButtonItem有三个按钮:“取消”,“优惠券”“添加” “优惠券”是默认的,因为我使用了优惠券样式,我想修改它。

我使用vc.title=@"new Title",但这不起作用。

1 个答案:

答案 0 :(得分:0)

不,无法修改标题文字。

请参阅此问题Is it possible to change the title of PKAddPassesViewController ?