diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-04-14 18:48:11 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-04-14 18:50:17 -0400 |
commit | f18aa61e33e3dc9dd0723e3fc8609533742ff98b (patch) | |
tree | b02aeaa67f6740a1b7eab8bf77c4d8a284f3853b /common/foundation_request.h | |
parent | 305e688a3a1d255fe34269cc327284275a0a3044 (diff) | |
download | qtlocation-mapboxgl-f18aa61e33e3dc9dd0723e3fc8609533742ff98b.tar.gz |
derive from GLKViewController
this handles resizing the view/framebuffer much better
fixes #130, #131, #133, #118
Diffstat (limited to 'common/foundation_request.h')
-rw-r--r-- | common/foundation_request.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/foundation_request.h b/common/foundation_request.h new file mode 100644 index 0000000000..70c383aa85 --- /dev/null +++ b/common/foundation_request.h @@ -0,0 +1,4 @@ +#import <Foundation/Foundation.h> + +NSString *const MBXNeedsRenderNotification = @"MBXNeedsRenderNotification"; +NSString *const MBXUpdateActivityNotification = @"MBXUpdateActivityNotification"; |