Nick Randall
Results
2
comments of
Nick Randall
Some quick n dirty code to convert `CLLocationCoordinate2D coordinate` to a map image covering `MKCoordinateRegion mapRegion` with dimensions `CGSize mapSize`: ``` float minLon = mapRegion.center.longitude - (mapRegion.span.longitudeDelta / 2); float...
Just a code snippet in case I didn't explain it clearly :) Add an array property to MyClass: ``` @interface MyClass : NSObject @property (nonatomic, strong) NSString* name; @property (nonatomic,...