Skip to content

Instantly share code, notes, and snippets.

View Schrodingrrr's full-sized avatar

Schrødingrrr Schrodingrrr

View GitHub Profile
@Schrodingrrr
Schrodingrrr / CellMapFactory.h
Last active September 27, 2018 06:25
Map Image creation with MKMapSnapshotter
#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>
@interface CellMapFactory : NSObject <MKMapViewDelegate>
- (void) createCellMapForPlace:(NSDictionary*)locationDictionary inImageView:(UIImageView*)imageView;
@end