forked from organicmaps/organicmaps
[ios] Increased tap area of title edit button in PP
This commit is contained in:
parent
bea4417c41
commit
f7833fcd72
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue