Dear team,
I am unable to get the title from PKAddPassButton. Please see the Objective C code block:
PKAddPassButton *button = [[PKAddPassButton alloc] initWithAddPassButtonStyle:PKAddPassButtonStyleBlackOutline];
NSString *title = [button currentTitle];
NSLog(@"Title %@", title);
Output :
Title (null)
What could be wrong in this? Kindly help.
I am unable to get the title from PKAddPassButton. Please see the Objective C code block:
PKAddPassButton *button = [[PKAddPassButton alloc] initWithAddPassButtonStyle:PKAddPassButtonStyleBlackOutline];
NSString *title = [button currentTitle];
NSLog(@"Title %@", title);
Output :
Title (null)
What could be wrong in this? Kindly help.