Ajouter ce methode dans ViewControl

- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
{
    [self.view endEditing:TRUE];
}
Comments
Write a Comment