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

Switch filters #100

Open
pxc052 opened this issue Aug 5, 2020 · 0 comments
Open

Switch filters #100

pxc052 opened this issue Aug 5, 2020 · 0 comments

Comments

@pxc052
Copy link

pxc052 commented Aug 5, 2020

Hi, I want to switch between filters but the camera just freeze.
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
camera.removeAllTargets()
currentFilter?.removeAllTargets()
let filter = filters[indexPath.item]
currentFilter = filter
camera.addTarget(currentFilter)
currentFilter.addTarget(renderView)
}

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