skip to Main Content

How do I zoom an image from a UICollectionView? – Ios swift

I've created a UICollectionView in Swift with photos taken from an API : https://jsonplaceholder.typicode.com/photos I've created a window where my images can be set to fullscreen here: extension ViewController: UICollectionViewDataSource, UICollectionViewDelegate{ func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int…

VIEW QUESTION
Back To Top
Search