Open squapp opened 15 years ago
Look at the AFOpenFlowConstants.h file. Should be what your looking for.
create an instance of the class, and initialize it example. AFOpenFlowView *slideShow = [[AFOpenFlowView alloc] initWithFrame:CGRectMake(18, 200, 730, 375)];
this way you can control where to place it in your view.
I would like to be able to move the covers (top, buttom, left, right) inside a view. How can this be done ?