If you are adding subviews to your cell programmatically and in custom cell if you have something like this:
[self addSubview:valueTF];
then replace it with
[self.contentView addSubview:valueTF];
all subviews to a cell should be added to contentView to receive the delayed callbacks.
Post
Replies
Boosts
Views
Activity
Claire:
We are working on such a solution. Feel free to contact us.
Note: You can setup thresholds in the the Apple Watch (older series too) for HR. In series 6 watch probably you would be able to set similar alarms with SpO2.
Regards,
GammaPoint team.