thefaj / OpenFlow

CoverFlow API replacement for the iPhone
http://apparentlogic.com/openflow
818 stars 158 forks source link

Positioning #1

Open squapp opened 15 years ago

squapp commented 15 years ago

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

acreek commented 14 years ago

Look at the AFOpenFlowConstants.h file. Should be what your looking for.

cielor commented 14 years ago

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.