I\'m creating a view (using card.io), and I want the view to cover the full screen.
Its only covering about 2/3rds of the screen atm.
Heres the code:
If you want cover all the screen, it is immediate write something like this:
CardIOView *cardIOView = [[CardIOView alloc] initWithFrame:[[UIScreen mainScreen] bounds]];