Skip to content

Commit

Permalink
More UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brung committed Feb 26, 2015
1 parent 369920a commit d4df883
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions unnamed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,15 @@
B8C704A71A97065600243C3B /* DetailQuestionCell.h */,
B8C704A81A97065600243C3B /* DetailQuestionCell.m */,
B8C704A91A97065600243C3B /* DetailQuestionCell.xib */,
E253726F1A9F0CB20023C8C1 /* DetailCommentCell.h */,
E25372701A9F0CB20023C8C1 /* DetailCommentCell.m */,
E25372711A9F0CB20023C8C1 /* DetailCommentCell.xib */,
B862A8891A970E25008B2310 /* DetailAnswerCell.h */,
B862A88A1A970E25008B2310 /* DetailAnswerCell.m */,
B862A88B1A970E25008B2310 /* DetailAnswerCell.xib */,
3E3C84BE1A9DB7FD00A053CA /* DetailPhotoAnswerCell.h */,
3E3C84BF1A9DB7FD00A053CA /* DetailPhotoAnswerCell.m */,
3E3C84C01A9DB7FD00A053CA /* DetailPhotoAnswerCell.xib */,
E253726F1A9F0CB20023C8C1 /* DetailCommentCell.h */,
E25372701A9F0CB20023C8C1 /* DetailCommentCell.m */,
E25372711A9F0CB20023C8C1 /* DetailCommentCell.xib */,
B827A9E61A9815E100AB43CE /* ProfileImageView.h */,
B827A9E71A9815E100AB43CE /* ProfileImageView.m */,
3E58B4C81A98229200AA14D4 /* SurveyViewCell.h */,
Expand All @@ -363,9 +366,6 @@
B895C4AC1A9D6516001DF829 /* PhotoAnswerCell.h */,
B895C4AD1A9D6516001DF829 /* PhotoAnswerCell.m */,
B895C4AE1A9D6516001DF829 /* PhotoAnswerCell.xib */,
3E3C84BE1A9DB7FD00A053CA /* DetailPhotoAnswerCell.h */,
3E3C84BF1A9DB7FD00A053CA /* DetailPhotoAnswerCell.m */,
3E3C84C01A9DB7FD00A053CA /* DetailPhotoAnswerCell.xib */,
);
name = View;
sourceTree = "<group>";
Expand Down
4 changes: 2 additions & 2 deletions unnamed/DetailPhotoAnswerCell.xib
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
</constraints>
</view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="sZ1-qQ-zdP">
<rect key="frame" x="8" y="20" width="200" height="200"/>
<rect key="frame" x="8" y="48" width="145" height="145"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="145" id="3GH-Cd-fSe"/>
<constraint firstAttribute="height" constant="145" id="5eE-tc-QZI"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="145" id="AGf-gS-7Ae"/>
<constraint firstAttribute="height" constant="200" id="IUV-fF-rTC"/>
<constraint firstAttribute="height" constant="145" id="IUV-fF-rTC"/>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="145" id="WZE-BK-ceH"/>
<constraint firstAttribute="width" secondItem="sZ1-qQ-zdP" secondAttribute="height" multiplier="1:1" id="kFi-7Y-Yv9"/>
<constraint firstAttribute="height" constant="150" id="xru-Td-8pu"/>
Expand Down

0 comments on commit d4df883

Please sign in to comment.