/ Published in: Objective C
Expand |
Embed | Plain Text
CGRect scrollViewBounds = CGRectMake(0.0, 0.0, 320, 2400); CGSize scrollViewSize = CGSizeMake(320, 2400); CGPoint point = CGPointMake(200, 300);
You need to login to post a comment.
CGRect scrollViewBounds = CGRectMake(0.0, 0.0, 320, 2400); CGSize scrollViewSize = CGSizeMake(320, 2400); CGPoint point = CGPointMake(200, 300);
You need to login to post a comment.