v1.4.2: Revised frame/bounds checking
- Uses overridden
layoutSubviews
to detect frame and bounds changes, which prevents some cases from slipping by (ref #51) - Removes an empty
drawRect
function, which is stated to be a performance hit
layoutSubviews
to detect frame and bounds changes, which prevents some cases from slipping by (ref #51)drawRect
function, which is stated to be a performance hit