UIScrollView and Zoom As I wrote on my last post, this one would be a simple tutorial with UIScrollView and Zoom, right? OK, let’s create a new View-based Xcode project and name it Zoom. Open th… more →
iDevzillawrote 1 day ago: Recently I ran into an issue while attempting to display a custom UIActivityView screen that alerted … more →
wrote 1 week ago: Here’s two ways to embed/use a UIScrollView for your iOS application. 1. Embedded UIScrollView from … more →
wrote 3 months ago: Hi friends. Today i am going to post to scroll UITextView manually from another UITextView. I have t … more →
wrote 5 months ago: Click here for Lecture 12 which Includes UITextField , UITextView and UIView Animation. … more →
wrote 5 months ago: Click here for Lecture 11 which includes Core Location and MapKit. … more →
wrote 5 months ago: click here for Lecture 10 which includes UITableView,UITableViewCell and UITableViewController. … more →
wrote 5 months ago: Click here for Lecture 9 Which includes UIImageView,UIWebView and UIScrollView. … more →
wrote 5 months ago: Hmm, you are in a scene of a storyboard and you want to add a UIScrollView. Ok, from the utility are … more →
wrote 5 months ago: As I mentioned earlier, I’ve been working on a 2D Curling game for the iPhone. This means a bi … more →
wrote 5 months ago: Hi there, i’m currently working on a drawing-application which uses a scrollview to navigate t … more →
wrote 8 months ago: If you re-use view controllers, e.g. for subviews in a UITableViewController, then you can run into … more →
wrote 8 months ago: Here is a snippet that I use in my base view controller class to handle scrolling views that would b … more →
wrote 9 months ago: -(void)viewDidLoad{ //////////imageview look like in the MAC OS scrollView = [[UIScrollView alloc] i … more →
wrote 11 months ago: There is a huge number of tutorials on how to use three20 to create photo gallery but only very few … more →
wrote 1 year ago: I have a project that I currently am working on that called for a “ticker” type scrollvi … more →
wrote 1 year ago: Full Source code: https://github.com/boctor/idev-recipes/tree/master/VerticalSwipeArticles Problem: … more →
wrote 1 year ago: At the moment, I am developing an iPhone app where it needs to display images with scrolling facilit … more →
wrote 1 year ago: UIScrollView and Zoom As I wrote on my last post, this one would be a simple tutorial with UIScrollV … more →
wrote 1 year ago: It’s very common to have a large amount of data that we want to display on the iPhone/iPod, bu … more →