CSLinearLayoutView icon indicating copy to clipboard operation
CSLinearLayoutView copied to clipboard

Padding increase in scrolling

Open nvdcmptr opened this issue 10 years ago • 0 comments

When i create cslinearlayoutView with scroll property value YES and after that i add some items like

CSLinearLayoutItem *itmFoo=[CSLinearLayoutItem layoutItemForView:foo];
    itmFoo.padding=CSLinearLayoutMakePadding(25, 0, 0, 0);

now problem shown here: when i scroll to bottom the top pad (e.g 25pt in) become increase. why? can i solve it?

nvdcmptr avatar Feb 23 '15 07:02 nvdcmptr