i am just beginner of iphone programming . i want to get size(full size) of content for scrollview can any one please provide me solution .
Thanks and regards
i am just beginner of iphone programming . i want to get size(full size)
Share
UIScrollView has a content size property:
For future reference, I found this in the UIScrollView documentation.