Skip to content

Commit

Permalink
fix favorite loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Morozov Ivan authored and Morozov Ivan committed Apr 12, 2015
1 parent b66e72f commit b81d314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#import "FLTaskController.h"
#import "FLManagedTask.h"
#import "FLFreelancerController.h"
#import "SVProgressHUD.h"
#import "FavouriteCell.h"

@interface FLFavouritesController ()
Expand Down Expand Up @@ -212,7 +211,6 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
selectedTask = (FLManagedTask *)obj;
[self performSegueWithIdentifier:@"TaskSegue" sender:self];
}
[SVProgressHUD showWithStatus:@"Загрузка..." maskType:SVProgressHUDMaskTypeGradient];
}

#pragma mark - Prepare for segue
Expand Down
6 changes: 3 additions & 3 deletions freelansim-client/MainStoryboard.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="favorites_empty.png" id="gSq-eo-tCh">
<rect key="frame" x="105" y="29.999998720322111" width="60" height="60"/>
<rect key="frame" x="105" y="29.99999963975915" width="60" height="60"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Вы ничего не добавляли ;-)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Yul-0O-nQ2">
Expand Down Expand Up @@ -717,8 +717,8 @@
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
<inferredMetricsTieBreakers>
<segue reference="ZCp-wO-Cv2"/>
<segue reference="Ywv-uo-V9T"/>
<segue reference="SXZ-wO-cMx"/>
<segue reference="VT8-2P-bpd"/>
<segue reference="x9E-yU-h1c"/>
</inferredMetricsTieBreakers>
</document>

0 comments on commit b81d314

Please sign in to comment.