nbfuhao / ImageSearch

A simple image search app demo using Google's image search API
0 stars 0 forks source link

CollectionViewCell imageView's frame is not changing with image #1

Open nbfuhao opened 9 years ago

nbfuhao commented 9 years ago

The CollectionViewCell's imageView's frame is static. It should change the aspect ratio according to image's frame.

nbfuhao commented 9 years ago

I referenced this stackoverflow answer implement resizing the collectionViewCell. However, it seems to be inefficient and looks unnatural. Help is greatly appreciated.