I have a scrollview that when you remove the selection will automatically back up what prevents me from seeing or using items that are down, what I want is to know how to make it not automatically rise but remain in the position that is to the time to drop the scroll.
I'm try this code but don't works
Code:
scroll.delegate=self;
[scroll setScrollEnabled:YES];
scroll.contentSize = CGSizeMake(568, 1000);
[super.view addSubview:scroll];
Last edited by a moderator: