[ios] Changed Cancel Route button

This commit is contained in:
Igor Khmurets 2014-09-30 13:33:34 +03:00 committed by Alex Zolotarev
parent 5aeb2e6a17
commit 1c5cce2d9d
8 changed files with 1 additions and 1 deletions
iphone/Maps
Classes
Images.xcassets/Place Page

View file

@ -93,7 +93,7 @@
{
_closeButton = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 50, 44)];
_closeButton.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleBottomMargin;
[_closeButton setImage:[UIImage imageNamed:@"RoutingCloseButton"] forState:UIControlStateNormal];
[_closeButton setImage:[UIImage imageNamed:@"PlacePageCancelRouteButton"] forState:UIControlStateNormal];
[_closeButton addTarget:self action:@selector(closeButtonPressed:) forControlEvents:UIControlEventTouchUpInside];
}
return _closeButton;

Binary file not shown.

After

(image error) Size: 837 B

Binary file not shown.

After

(image error) Size: 1.6 KiB

Binary file not shown.

After

(image error) Size: 3.1 KiB

Binary file not shown.

Before

(image error) Size: 329 B

Binary file not shown.

Before

(image error) Size: 477 B

Binary file not shown.

Before

(image error) Size: 814 B