Skip to content
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

Not working with iOS 7 Beta1 #46

Closed
Urkman opened this issue Jun 13, 2013 · 4 comments
Closed

Not working with iOS 7 Beta1 #46

Urkman opened this issue Jun 13, 2013 · 4 comments

Comments

@Urkman
Copy link

Urkman commented Jun 13, 2013

I know it is early, but it is not working with iOS 7 Beta 1.
The Album list shown fine, but no images are show after selecting one album.
The strange thing is, that you can click the images...
So if you click somewhere and the Done, one image is selected

@ghost
Copy link

ghost commented Jul 12, 2013

You're using ARC too ?

I think the problem is with ALAssetLibrary being released early.
For me it works perfectly on the simulator, but not on the device ( shows empty lists )

@gaoyan8328
Copy link

in ELCAssetCell from

  • (void)setAssets:(NSArray *)assets
    delete:
    for (UIView *view in [self subviews]) {
    [view removeFromSuperview];
    }
    run OK.

@ghost
Copy link

ghost commented Jul 15, 2013

Erm you sir , you rock. This worked like a charm.

@jvanmetre
Copy link
Contributor

There was a problem with the view removeFromSuperview. We were probably unintentionally removing some iOS 7 specific view that was hindering the display of the images. Now we check to make sure we are only removing the UIImageView's that we add. This seems to work on iOS 7 DP3. Thanks gaoyan8328 for pointing me in the right direction.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants