From ddbf612f3d54b3502d498704936a6a1047737111 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Wed, 13 Mar 2019 11:40:40 +0500 Subject: [PATCH] Fix #278 --- NYTPhotoViewer/NYTPhotoCaptionView.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {