2

I´m using the iCarousel project in my universal app.

I create the main interface in a xib file.

enter image description here

The SBFGalleryView´s size will adjust depending if the app is running on iPad or iPhone. Due that, i add constrains to the iCarousel´s view so it adjust to SBFGalleryView´s size.

However the frame of the iCarouse´s never change. It keeps the always the frame size of the xib configuration.

Thanks in advance

Mayank Jain
  • 5,663
  • 7
  • 32
  • 65
DaSilva
  • 1,358
  • 1
  • 19
  • 42

1 Answers1

1

After some hours I found the solution.

It has nothing to do with the iCarousel. The problem is that my iCarousel was added in a cell, and after using the iOS 8 SDK, it has a strange behavior when run on iOS 7, the bounds have a strange behavior, thats why iCarousel was never with the proper size.

BastiBen
  • 19,679
  • 11
  • 56
  • 86
DaSilva
  • 1,358
  • 1
  • 19
  • 42