你好,当我添加存折时,我使用了优惠券样式:</p>
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"
,但这不起作用。