IG
Size: a a a
IG
IG
AS
KS
AVCaptureVideoPreviewLayer
на кастомной вью?🇩
🇩
IG
- (void)addAttributesForSupplementaryViewOfKind:(NSString *)kind section:(NSInteger)section yOffsets:(CGFloat[])offsetsY
{
// CGFloat colors[] = { 1, 0, 0, 1 };
[self addAttributesForSupplementaryViewOfKind:kind section:section offsetY:&offsetsY[0]];
CGFloat y = offsetsY[0];
for (NSInteger index = 0; index < (sizeof(offsetsY) / sizeof(*offsetsY)); index++) {
offsetsY[index] = y;
}
}
d
d
KS
AS
- (void)addAttributesForSupplementaryViewOfKind:(NSString *)kind section:(NSInteger)section yOffsets:(CGFloat[])offsetsY
{
// CGFloat colors[] = { 1, 0, 0, 1 };
[self addAttributesForSupplementaryViewOfKind:kind section:section offsetY:&offsetsY[0]];
CGFloat y = offsetsY[0];
for (NSInteger index = 0; index < (sizeof(offsetsY) / sizeof(*offsetsY)); index++) {
offsetsY[index] = y;
}
}
IG
AS
🇩
🇩
IG
🇩
E
KS
🇩