[iOS]cell selection marker position changed
This commit is contained in:
parent
00844f6d83
commit
299fd34c40
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
|
||||
-(void) setSelectedViewPosition
|
||||
{
|
||||
[self.selectedCellView setFrame:CGRectMake(self.frame.size.width - 5, 0, 5, self.frame.size.height)];
|
||||
[self.selectedCellView setFrame:CGRectMake(0, 0, 3, self.frame.size.height)];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Reference in a new issue