Hey guys. I'm creating a 30-35 page comic book and just have been hitting roadblock after roadblock in my journey.
1) I know that I have to create 30-35 different UIScrollviews with the images inside. The problem there is that the autorotation automatically throws half the image off the screen
2) i have no idea where to place this code Code:
UIScrollView* containerView = [[UIScrollView alloc] initWithFrame:[UIScreen mainScreen].applicationFrame]; containerView.backgroundColor = [UIColor blackColor]; containerView.scrollEnabled = YES; containerView.pagingEnabled = YES; containerView.bounces = NO; containerView.directionalLockEnabled = YES;
self.view = containerView;
3) I'm thinking of paying a developer to just create this basic foundation and then explaining what he did so that i can add future images to the same foundation.
is there any place i can go to, to talk to someone over the phone or in person to work on coding this project. the deadline is soon and i'm just fustrated with the whole thing...
thanks