thefaj/OpenFlow

Positioning

squapp opened this issue · 2 comments

I would like to be able to move the covers (top, buttom, left, right) inside a view. How can this be done ?

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.