[ios] Increased tap area of title edit button in PP

This commit is contained in:
Igor Khmurets 2014-06-11 14:20:12 +03:00 committed by Alex Zolotarev
parent bea4417c41
commit f7833fcd72
2 changed files with 1 additions and 1 deletions

View file

@ -349,7 +349,7 @@ typedef NS_ENUM(NSUInteger, CellRow)
- (void)updateBookmarkViewsAlpha:(BOOL)animated
{
self.editImageView.center = CGPointMake(self.titleLabel.maxX + 14, self.titleLabel.minY + 10.5);
self.editImageView.center = CGPointMake(self.titleLabel.maxX + 14, self.titleLabel.minY + 11.5);
[UIView animateWithDuration:(animated ? 0.3 : 0) delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
self.editImageView.alpha = [self isBookmark] ? (self.state == PlacePageStateOpened ? 1 : 0) : 0;
PlacePageInfoCell * cell = (PlacePageInfoCell *)[self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:ROW_COMMON inSection:0]];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB