AdrianFlorian / AFImageViewer

iOs image viewer using UIScrollView and UIPageControll
33 stars 6 forks source link

Doesn't work with dynamically created images #3

Closed ekdevdes closed 11 years ago

ekdevdes commented 12 years ago

I tried using this with dynamically created UIImages. I.e. Turning a UIView into an UIImage then adding to the images array and reloading the image view by reseting the images property but it doesn't work for dynamically created images

ShadeApps commented 11 years ago

It does work if you call 'layoutSubviews' on it, so you are wrong.

AdrianFlorian commented 11 years ago

Ok, then I'll close this :+1: