Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Positioning #1

Open
squapp opened this issue Sep 22, 2009 · 2 comments
Open

Positioning #1

squapp opened this issue Sep 22, 2009 · 2 comments

Comments

@squapp
Copy link

squapp commented Sep 22, 2009

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

@acreek
Copy link

acreek commented Mar 23, 2010

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

@cielor
Copy link

cielor commented Jul 26, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants