iphone - Can i redefine the (0,0) point in a UIScrollView? -
i have scrollview many items on . scroll down point , save point new (0,0) point (i.e. other items attached scroll view see point (0,0) point . can ?
use contentinset (see what's uiscrollview contentinset property for?). additionally, might want move view contains other items within uiscrollview new 0 point (by setting frame), don't think that's you're looking for.
the contentoffset relevant, too, if need scroll point programmatically.
Comments
Post a Comment