diff --git a/NYTPhotoViewer/NYTPhotoCaptionView.m b/NYTPhotoViewer/NYTPhotoCaptionView.m index 7c28299c..c02c285d 100644 --- a/NYTPhotoViewer/NYTPhotoCaptionView.m +++ b/NYTPhotoViewer/NYTPhotoCaptionView.m @@ -107,7 +107,9 @@ - (void)commonInit { [self setupTextView]; [self updateTextViewAttributedText]; - [self setupGradient]; + // fix #278 + // https://github.com/nytimes/NYTPhotoViewer/issues/278 + //[self setupGradient]; } - (void)setupTextView {