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

Having some issue when View width smaller then the device width. #26

Closed
ghost opened this issue Aug 12, 2011 · 2 comments
Closed

Having some issue when View width smaller then the device width. #26

ghost opened this issue Aug 12, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 12, 2011

I've added iCarousel using IBOutlet approach. Width of the view is - 924 and style I am using is Linear. I am noticing that when I scrolling, content going outside of the given view.

I gone through the documentation but couldn't find any reference to property that can fix this issue.

How would I fix this issue?

Thanks ,
Amit

@nicklockwood
Copy link
Owner

Hi Amit,

Set clipToBounds = YES on the carousel view.

Nick

On 12 Aug 2011, at 10:54, amit18 wrote:

I've added iCarousel using IBOutlet approach. Width of the view is - 924 and style I am using is Linear. I am noticing that when I scrolling, content going outside of the given view.

I gone through the documentation but couldn't find any reference to property that can fix this issue.

How would I fix this issue?

Thanks ,
Amit

Reply to this email directly or view it on GitHub:
https://github.com/demosthenese/iCarousel/issues/26

@ghost
Copy link
Author

ghost commented Aug 12, 2011

Thanks Nick for the quick response.

It worked like a charm.

Thanks,
Amit

On 12/08/2011, at 8:10 PM, demosthenese wrote:

Hi Amit,

Set clipToBounds = YES on the carousel view.

Nick

On 12 Aug 2011, at 10:54, amit18 wrote:

I've added iCarousel using IBOutlet approach. Width of the view is - 924 and style I am using is Linear. I am noticing that when I scrolling, content going outside of the given view.

I gone through the documentation but couldn't find any reference to property that can fix this issue.

How would I fix this issue?

Thanks ,
Amit

Reply to this email directly or view it on GitHub:
https://github.com/demosthenese/iCarousel/issues/26

Reply to this email directly or view it on GitHub:
https://github.com/demosthenese/iCarousel/issues/26#issuecomment-1790172

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

1 participant