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

progress bar not works in iOS 11.0.1 #70

Closed coder4x closed 5 years ago

coder4x commented 5 years ago

Describe the bug progress bar not works in iOS 11.0.1

To Reproduce run project in iOS simulator 11.0.1

Expected behavior progress bar should start loading and increasing

Desktop (please complete the following information):

coder4x commented 5 years ago

found it just add this line to IGStoryPreviewHeaderView, line 229:

pv.topAnchor.constraint(equalTo: pvIndicator.topAnchor),

boominadhaprakash commented 5 years ago

@coder4x Thanks for created the issue and your solution works. I have modified the code as per your changes and the code is available in this branch "issues/70". Soon we will merge with master.