Skip to content

Commit

Permalink
Merge pull request #8 from z543/patch-1
Browse files Browse the repository at this point in the history
Update DYRateView/DYRateView/DYRateView.m
  • Loading branch information
dyang committed Dec 17, 2012
2 parents 08b627f + c2f496a commit c2a3139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DYRateView/DYRateView/DYRateView.m
Expand Up @@ -109,7 +109,7 @@ - (void)drawRect:(CGRect)rect
case RateViewAlignmentRight:
{
_origin = CGPointMake(self.bounds.size.width - _numOfStars * _fullStarImage.size.width - (_numOfStars - 1) * _padding, 0);
return;
break;
}
}

Expand Down Expand Up @@ -197,4 +197,4 @@ - (void)notifyDelegate {
}
}

@end
@end

0 comments on commit c2a3139

Please sign in to comment.