Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Aug 27, 2013
1 parent a733a68 commit f2ab34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSTCollectionView/PSTCollectionViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ - (void)viewDidLoad {

// This seems like a hack, but is needed for real compatibility
// There can be implementations of loadView that don't call super and don't set the view, yet it works in UICollectionViewController.
if (![self isViewLoaded]) {
if (!self.isViewLoaded) {
self.view = [[UIView alloc] initWithFrame:CGRectZero];
}

Expand Down

0 comments on commit f2ab34d

Please sign in to comment.