Skip to content

Commit

Permalink
Merge pull request ViewDeck#114 from gpascale/initWithCoder
Browse files Browse the repository at this point in the history
Add initWithCoder in IIViewDeckController
  • Loading branch information
Inferis committed Jun 26, 2012
2 parents 16dfb1a + 8273dc2 commit cb40be7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ViewDeck/IIViewDeckController.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ @implementation IIViewDeckController

#pragma mark - Initalisation and deallocation

- (id)initWithCoder:(NSCoder *)aDecoder
{
return [self initWithCenterViewController:nil];
}

- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
return [self initWithCenterViewController:nil];
Expand Down

0 comments on commit cb40be7

Please sign in to comment.