![]() |
|
zoom (in/out) a UIImageView - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: zoom (in/out) a UIImageView (/thread-2023.html) |
zoom (in/out) a UIImageView - imaumac - Dec 18, 2008 08:27 AM iHi again. small question, I have a IBOutlet UIImageView on a UIView. question: the easy way to zoom my UIImageView with 2 fingers please ? I note: the way I use: I put a png on a HTML and the HTML on the UIView, but i have to zoom more than 50 IBOutlet UIImageView. is thee a easy way please ? zoom (in/out) a UIImageView - mcdubjr - Dec 23, 2008 09:04 PM Have you tried a UIScrollView? zoom (in/out) a UIImageView - imaumac - Dec 27, 2008 07:03 AM no yet. i will try. can I use with UIScrollView: jpg and text ? or only jpg ? thanks ! |