-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No thumnails are shown on iOS7 #19
Comments
Take a look at a working fix: https://github.com/mokten/AGImagePickerController I removed most of the synchronized cause I thought not needed. |
Hi On 15 jul. 2013, at 13:15, "Mokten" [email protected] wrote:
|
Hi, that works perfectly. On 15 Jul 2013, at 13:15 , Mokten [email protected] wrote:
|
Hi - thanks for this, the iOS7 fix brings the thumbnails back - however, it adds an extra blank one after the real thumbnails, if you select this one when choosing some assets, it will obviously result in a crash as it's not a real image... Tried to find the cause myself but came up empty handed.... See attached image for illustration.... |
Hi. thanks for the iOS 7 fixes. I also faced same problem stated by StayHungryApps above. |
Same problem with iOS 7 beta 4 - anyone have any suggestions for fixing the "ghost" thumbnail? |
Still an issue with iOS 7 beta 5, pretty sure they are close to a GM now, are we likely to get this fixed? Mokten was so close to having nailed this.... |
Hello, thank for your works about ios7 fix but don't show toolbar for "select-all" or "deselect-all". I test any solution but i don't found fix for it. Can you help me please? |
Looks like we're not going to get this resolved for iOS 7 which is probably less than a month away now - both the ghost thumbnail and the missing select/deselect all issues remain.... Anyone know of any other similar components that can replace this and drop in instead? |
I'll fix that, but only after the next beta is released. |
Thanks! I think the GM must be close, only issues I'm seeing now in latest beta are some funky rotation problems.... |
I know that the right thing is to wait for official fix, but I needed this working for testing before next release. I Applied mokten fix, and avoided the ghost cell adding on AGIPCAssetsController.m line 268:
For some reason 'enumerateAssetsUsingBlock:' is passing a nil result at the end with a NSIntegerMax value for index. Not sure if this will still be valid for next release, but I hope it helps. |
capitangolo - your fix works great - thanks very much!! |
Thanks so much for your fix, capitangolo, but the missing of tool bar is still remained with ios 7 beta 6. Is there any advice on how to fix it ? |
Actually, there's no toolbar with ios 6.0 either. |
Hi. It looks work fine. But I'm not sure if this fix is proper. |
thanks so much. I'll try that when I'm back from holiday. ^^_ 发自我的 iPhone 在 2013-9-13,19:29,Norihiro Sakamoto [email protected] 写道:
|
thank you so much! 在 2013-9-13,下午7:29, Norihiro Sakamoto 写道:
|
No thumnails are shown on iOS7!!!!! please fix it and support an release, thx ~ |
nori's fix works alright but it will no longer remember how many where selected at the top (4/10) it starts over at 0 even if pictures are selected. Any idea how to fix this? |
hi, thank for you fix the bug of ios7 ,but how i can hidden such as "1/6" on the StatusBar? |
What a hoofing life-saver. Thanks for this. |
When building your demo implementation - either using Xcode 4.6.x SDK 6.1 or Xcode 5 SDK 7 - and deploying to a development device running iOS7, no thumbnails are shown -> nothing can be picked.
The text was updated successfully, but these errors were encountered: