Skip to content

Commit

Permalink
Fix open map bug for updateConstraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed May 14, 2014
1 parent 08a8f90 commit 29e24d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../MessageDisplayKit/Classes/Controllers/XHMessageTableViewController/XHMessageTableViewController.m"
timestampString = "421668373.104228"
timestampString = "421694078.724555"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "462"
endingLineNumber = "462"
startingLineNumber = "606"
endingLineNumber = "606"
landmarkName = "-dealloc"
landmarkType = "5">
</BreakpointContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ - (void)willMoveToSuperview:(UIView *)newSuperview {
}
}

- (void)updateConstraints {

}

#pragma mark - UIScrollView delegate

- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView {
Expand Down

0 comments on commit 29e24d3

Please sign in to comment.