Estoy tratando de agregar funcionalidad a una página web que le permita al usuario rotar y acercar imágenes. He encontrado muchos complementos jquery que permiten hacer zoom. Ninguno que también haga
Tengo un ViewPager hecha por ImageViews implementado como esto: @Override
public Object instantiateItem(View collection, int position) {
ImageView iv = new ImageView(ctx);
if (pageLis
Tengo un UIImageView dentro de UIScrollView. Quiero que el usuario pueda acercar y navegar la imagen. Este es mi código de trabajo: //img is the UIImageView
//scroller is the UIScrollView
- (UIView