Changeset 411
- Timestamp:
- 06/25/09 10:51:56 (4 years ago)
- Location:
- apps/iphone/superbook/trunk
- Files:
-
- 1 added
- 1 modified
-
button-pin-refresh.png (added)
-
Classes/LocateThem_ViewController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/LocateThem_ViewController.m
r408 r411 385 385 // Create the buttons to refresh the markers 386 386 if (!locationRefreshButton) { 387 locationRefreshButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemRefresh 388 target:self 389 action:@selector(didPressLocationRefreshButton:)]; 387 UIImage *pinrefresh = [UIImage imageNamed:@"button-pin-refresh.png"]; 388 locationRefreshButton = [[UIBarButtonItem alloc] initWithImage:pinrefresh style:UIBarButtonItemStyleBordered 389 target:self 390 action:@selector(didPressLocationRefreshButton:)]; 390 391 } 391 392 if (!locationRefreshingButton) {








