Positioning
squapp opened this issue · 2 comments
squapp commented
I would like to be able to move the covers (top, buttom, left, right) inside a view. How can this be done ?
acreek commented
Look at the AFOpenFlowConstants.h file. Should be what your looking for.
cielor commented
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.