drawRect / Instagram_Stories

Inspired by Instagram Stories functionality. This source is similar to Instagram Stories, which is having both image and video support.
MIT License
415 stars 76 forks source link

Fixed progress bar not works in iOS11.0.1 #72

Closed boominadhaprakash closed 5 years ago

boominadhaprakash commented 5 years ago

PR Details

Modified auto layout constraints in IGStoryPreviewHeaderView to make progress bar works in iOS 11.0.1

Description

Progress bar not worked in iOS 11.0.1 which is a bug. We have fixed that issue by modified the Autolayout constraints.

Motivation and Context

This changes will make progress bar works.