Get rid of unneeded TODO

This commit is contained in:
Adam Gleitman
2020-12-01 13:36:34 -08:00
parent a35679a44d
commit 14e0454e86
+1 -2
View File
@@ -25,8 +25,7 @@
- (instancetype)initWithFrame:(CGRect)frame
{
if (self = [super initWithFrame:frame]) {
#if !TARGET_OS_OSX
// TODO: Figure out the proper macOS equivalent
#if !TARGET_OS_OSX // Not available on macOS
// This is necessary to ensure that [self setNeedsDisplay] actually triggers
// a redraw when our parent transitions between hidden and visible.
self.contentMode = UIViewContentModeRedraw;