Troels Richter
Troels Richter
When I implement this in the parent app: [self.sentinel addListenerForResource:@"message" withCompletionHandler:^(id response) { [weakSelf.parentAppMessage setText:response]; }]; and this in the extension: [self.sentinel didUpdateResource:@"message" withContent:self.userInput.text]; Then it is not working in...
I tried it out but it as you can see in the screen shot it isn't appearing as expected. 
The notification view has rounded corners in the top? Actually I'm looking for a notification view that can slide in from the bottom, because I don't want to disturb the...