runway20 / PopoverView

A simple UIView popover control for iPhone/iPad written in CoreGraphics.
1.02k stars 214 forks source link

Insert UIScrollView with image in PopoverView? #3

Closed Piero87 closed 11 years ago

Piero87 commented 11 years ago

Hello, i have tried your PopoverView project today, and i think is really great! I have a question about it, there is a way to insert a UIScrollView with UIImageView?...i want insert in it some Image download from the web and loaded runtime when the user swipe left or right in the PopoverView...it's possible?

ocrickard commented 11 years ago

Hello,

Yes, what you have described is possible. I'd love to see what you come up with!

Oliver