mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-13 14:11:27 +00:00
Ensure: * CamelCase, ending in Test * No hyphens, spaces, underscores or other non-alpha characters Updated application directory names. Update Jakefiles.
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
@implementation TabViewController : CPViewController
|
|
{
|
|
}
|
|
|
|
- (void)viewDidAppear
|
|
{
|
|
CPLog.debug(_cmd);
|
|
var view = [self view];
|
|
|
|
[view setFrameSize:[[view superview] frameSize]];
|
|
}
|
|
|
|
@end
|