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

初始化里push到TZPhotoPickerController未生效 #1673

Open
Kasign opened this issue Mar 21, 2024 · 0 comments
Open

初始化里push到TZPhotoPickerController未生效 #1673

Kasign opened this issue Mar 21, 2024 · 0 comments

Comments

@Kasign
Copy link

Kasign commented Mar 21, 2024

image

这里改成这样效果大不同
[[TZImageManager manager] getCameraRollAlbumWithFetchAssets:NO completion:^(TZAlbumModel *model) {
photoPickerVc.model = model;
dispatch_async(dispatch_get_main_queue(), ^{
[self pushViewController:photoPickerVc animated:YES];
});
self->_didPushPhotoPickerVc = YES;
}];

如已修改请忽略 master貌似没有改

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

1 participant