coolbeet / CBStoreHouseRefreshControl

Fully customizable pull-to-refresh control inspired by Storehouse iOS app
MIT License
3.92k stars 480 forks source link

Respect line width when create bar item to prevent clipping #8

Open mplulu opened 10 years ago

mplulu commented 10 years ago

currently when you set the line width to a big number, it will draw the line off screen. To fix it, shift the startPoint and endPoint by half the line width, and make the frame of refresh control bigger, to hold the whole bar item