Terence Chen

Results 19 comments of Terence Chen

I see your another question, it looks like the same question? If so, please close the other one. To answer your question, I need to know why you would like...

`minMarginPxBetweenItems` is only the minimum margin between items, the actual margin would be depended on the scrollview and items size as well as the `miniAppearPxOfLastItem`. You can see more details...

write an extension to detect whether the content offset is in the end of content size, then add more items. By the way, your statement is impolite to me.

Didn't check the title, sorry. Yes, after v1.4, the two properties are readonly. Instead, you should set `miniMarginBetweenItems ` and `miniAppearWidthOfLastItem ` of structure `MarginSettings `. Now you can set...

The default behaviour is not to centre the sub views, so the current control can't do the job you want. Instead, you can do a little bit change to achieve...

It sure can. When I wrote this control on 2014, I started with Objective-C and tried to make it compatible to as many iOS as possible. However, when Swift released...

Would you post your code of view setup here? Here is just my guessing, correct me if I am wrong. You want to show one item with screen width (no...

I'm grad to hear that! It is always a good thing to solve the problem by yourself.

@armaanbindra I don't think your problem is related to this control. I can see you firstly setup your container frame zero, and then you set the frame of image view...