Terence Chen

Results 19 comments of Terence Chen

Unfortunately, no. The uniform size is necessary.

Your horizontalScrollView has a fixed width = containerView.frame.size.width, if you don't have auto layout code to adjust the scrollview and the container view, then it should be fit. As I...

Your code seems correct. But you can check on two things to make sure: 1. Check the content size of scrollview to see if it can hold all your 7...

I guess you reuse the table view cell which contains the scroll view? I suggest you don't do that because you probably won't have same items for all scroll views?...

I guess this issue relates to the constraints you add to your product image view. What does `makeConstraints` exactly do except adding height and width constraints? I suggest you can...

@indrac it works well for me, the screenshots in Readme is from my personal app. I guess you didn't add enough constraints for your image view, as I can see,...

I don't get what your question is.

This control itself is a scrollview, why do you add it to a scrollview?

It is an interesting question, I never thought about it before because it is not much people use it this way. This control doesn't support that, however, it is simple...

I missed you last comment, would you explain your requirement with more details?