Skip to content

Instantly share code, notes, and snippets.

View notoroid's full-sized avatar

Kaname Noto notoroid

View GitHub Profile
//
// MKMapView+ZoomLevel.h
//
// Created by Wouter De Schuyter on 30/11/14.
// Copyright (c) 2014 Wouter De Schuyter. All rights reserved.
//
#import <MapKit/MapKit.h>
@interface MKMapView (ZoomLevel)
@armadsen
armadsen / SceneKitCheatSheet.m
Last active October 28, 2021 08:06
Cheat sheet for SceneKit learning app (Objective-C)
// Configure the Scene View
self.sceneView.backgroundColor = [UIColor darkGrayColor];
// Create the scene
SCNScene *scene = [SCNScene scene];