Skip to content

Commit

Permalink
testing maps on device
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Huber committed Apr 24, 2019
1 parent 252a0a0 commit 862c344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Trashare/ViewController/HomeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ - (void)viewDidLoad {
[self.tableView registerNib:[UINib nibWithNibName:@"TrashareCell" bundle:nil] forCellReuseIdentifier:@"TrashareCell"];
[self reloadParseDataSorted];
[self loadParseObjectOnMap];
[UIView animateWithDuration:1.5 delay:0.1 options:UIViewAnimationOptionCurveEaseIn animations:^{
[UIView animateWithDuration:0.8 delay:0 options:UIViewAnimationOptionCurveEaseInOut animations:^{
self.activityIndicator.hidden = NO;
[self.activityIndicator startAnimating];
self.blurView.alpha = 0.9;
Expand Down

0 comments on commit 862c344

Please sign in to comment.