Added tvOS port

This commit is contained in:
Tom Kidd 2018-05-09 09:03:58 -05:00
parent f6147575ea
commit 4fe57224f6
92 changed files with 3616 additions and 405 deletions

View file

@ -20,6 +20,7 @@
#import <UIKit/UIKit.h>
#import "../ios/Switch.h"
#import "../ios/LabelButton.h"
/*
================================================================================================
@ -38,7 +39,18 @@
IBOutlet idSwitch * musicSwitch;
IBOutlet idSwitch * centerSticksSwitch;
IBOutlet idSwitch * rampTurnSwitch;
IBOutlet idLabelButton * resetButton;
IBOutlet UIImageView * autoUseSelection;
IBOutlet UIImageView * statusbarSelection;
IBOutlet UIImageView * touchclickSelection;
IBOutlet UIImageView * textMessageSelection;
IBOutlet UIImageView * drawControlsSelection;
IBOutlet UIImageView * musicSelection;
IBOutlet UIImageView * centerSticksSelection;
IBOutlet UIImageView * rampTurnSelection;
IBOutlet UIImageView * resetSelection;
}