// Text inside the CATextLayer will appear blurry unless the rect values are rounded
// 判断指示器位置是否在上方
BOOL locationUp = (self.selectionIndicatorLocation == HMSegmentedControlSelectionIndicatorLocationUp);
// 判断指示器是不是box类型
BOOL selectionStyleNotBox = (self.selectionStyle != HMSegmentedControlSelectionStyleBox);