mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Updated iOS (markdown)
parent
35897aa22b
commit
c4d730d725
8
iOS.md
8
iOS.md
@ -20,6 +20,14 @@ The below implementation implements a GLKView class and its Renderer class. When
|
|||||||
|
|
||||||
For an actual example, see [go-inovation's ViewController.m](https://github.com/hajimehoshi/go-inovation/blob/master/mobile/ios/goinovation/ViewController.m).
|
For an actual example, see [go-inovation's ViewController.m](https://github.com/hajimehoshi/go-inovation/blob/master/mobile/ios/goinovation/ViewController.m).
|
||||||
|
|
||||||
|
```objective-c
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#import <GLKit/GLkit.h>
|
||||||
|
|
||||||
|
@interface ViewController : UIViewController <GLKViewDelegate>
|
||||||
|
@end
|
||||||
|
```
|
||||||
|
|
||||||
```objective-c
|
```objective-c
|
||||||
#import "ViewController.h"
|
#import "ViewController.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user