How to Zoom In/Out Photo on double Tap in the iPhone WWDC 2010 – 104 PhotoScroller

I researched several different web sites and I came up with the following… Place this code into your viewDidLoad or viewWillAppear method: ////////////////////////////// // Listen for Double Tap Zoom UITapGestureRecognizer *doubleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleDoubleTap:)]; [doubleTap setNumberOfTapsRequired:2]; [self.scrollView addGestureRecognizer:doubleTap]; [doubleTap release]; Add this to your header file: – (void)handleDoubleTap:(UIGestureRecognizer *)gestureRecognizer; Add this to your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)