thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 642 forks source link

Fixed caption position bug #230

Closed oliveroneill closed 7 years ago

oliveroneill commented 7 years ago

When the caption text is longer than 3 lines, the label and the gradient will move upwards based on the text length even though the label is limited to 3 lines. This fix ensures that the label and gradient stay correctly positioned at the bottom of the view.