Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lycros

macrumors newbie
Original poster
Oct 28, 2014
1
0
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.

Code:
     scroll.delegate=self;
    [scroll setScrollEnabled:YES];
    scroll.contentSize = CGSizeMake(568, 1000);
    
    [super.view addSubview:scroll];
I'm try this code but don't works
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.