Clip video message scrubber to corners

This commit is contained in:
Ali 2021-06-17 11:46:08 +04:00
parent 3ce28d1d18
commit 7cc9d32e49

View File

@ -70,6 +70,9 @@ typedef enum
if (self != nil)
{
_allowsTrimming = true;
self.clipsToBounds = true;
self.layer.cornerRadius = 16.0f;
_wrapperView = [[UIControl alloc] initWithFrame:CGRectMake(0, 0, 0, 33)];
_wrapperView.hitTestEdgeInsets = UIEdgeInsetsMake(-5, -10, -5, -10);