Skip to content

Commit

Permalink
Merge pull request 3lvis#325 from hyperoslo/fix/layout
Browse files Browse the repository at this point in the history
Remove collectionViewContentSize
  • Loading branch information
3lvis committed Apr 14, 2015
2 parents d0bc9cf + 0fd04ec commit 6e9f7ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/FORMLayout.m
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,4 @@ - (NSMutableArray *)fieldsAtSection:(NSInteger)section
return fields;
}

- (CGSize)collectionViewContentSize
{
CGRect bounds = [[UIScreen mainScreen] hyp_liveBounds];

return bounds.size;
}

@end

0 comments on commit 6e9f7ff

Please sign in to comment.