Posts

Post not yet marked as solved
3 Replies
it‘s only not response in iOS 10,I've tested it myself, but it's ok in iOS 9 11 12 13
Post not yet marked as solved
3 Replies
#import "UISwitch+TouchSDK.h" @implementation UISwitch (TouchSDK) - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { [super touchesBegan:touches withEvent:event]; NSLog(@"UISwitch - touchesBegan"); } @end