Skip to content

Instantly share code, notes, and snippets.

View imack's full-sized avatar

Ian MacKinnon imack

View GitHub Profile
//
// TunesTableViewController.m
// ItunesPlay
//
// Created by Ian MacKinnon on 2014-08-17.
// Copyright (c) 2014 Ian MacKinnon. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <MediaPlayer/MediaPlayer.h>
@imack
imack / CreateImageViewController.h
Last active August 29, 2015 14:05
UIImagePicker Example
#import <UIKit/UIKit.h>
@interface CreateImageViewController : UIViewController<UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIActionSheetDelegate>
@property(nonatomic, strong) IBOutlet UIImageView *imageView;
@end
@imack
imack / PlaceMark.h
Last active August 29, 2015 14:05
A Brief Overview of MKAnnotation protocol
//
// PlaceMark.h
// Nina
//
// Created by Ian MacKinnon on 11-08-22.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>
@imack
imack / gist:be25ecf0407200f009bf
Created August 8, 2014 16:47
Ian's bobble Head Xmas Card
// Position Variables
var x = 0;
var y =0;
var initial_x = 169;
var initial_y = 111;
// Speed - Velocity
var vx = 0;
var vy = 0;