PJ
PJ
The reason for this amendment was because I was trying to create a custom view and layout the contents in a Xib file. I'm using AutoLayout in my project, and...
You do want to make sure you don't use it in iCarousel though, because that does bad things :( On Dec 04, 2014, at 10:44 am, Nick Lockwood [email protected] wrote:...
translatesAutoresizingMaskIntoConstraints would only work if I applied any, but when I call: UIView *view = [CustomView new]; It won't have any autoresizing masks. I could test that though I guess....
It would be easier and best practise to have multiple data source classes and set those as the delegate and data source for the appropriate swipe view. That way you...