1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Photos screen refresh issue #171

Closed cashish closed 8 years ago

cashish commented 8 years ago

screen shot 2015-11-03 at 5 47 00 pm screenshot-1 screenshot-2 screenshot-3 All the photos are not shown until there is an interaction with UI.

1and2papa commented 8 years ago

@cashish From the screenshots, the picker version is 2.x.x. You better update the picker to version 3.x.x and present it in the ordinary way instead of using UIPopoverController

cashish commented 8 years ago

I have used UIModalPresentationFormSheet , is it going to cause any issue?

1and2papa commented 8 years ago

@cashish The demo app also use UIModalPresentationFormSheet. Do you find the same issue?

cashish commented 8 years ago

With the new version 3.x.x , my issue is resolved. Thanks a lot for guidance.

1and2papa commented 8 years ago

@cashish That's good.