Sha256: b43e6a1a55e04a1c39437b36dfbab5089a8bbab10328aa5d8406af8ed7cce1a5
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 Bytes
Contents
// // ViewController.m // testing swiping // // Created by Richard Kim on 5/21/14. // Copyright (c) 2014 Richard Kim. All rights reserved. // // @cwRichardKim for updates and requests #import "ViewController.h" #import "DraggableViewBackground.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; DraggableViewBackground *draggableBackground = [[DraggableViewBackground alloc]initWithFrame:self.view.frame]; [self.view addSubview:draggableBackground]; } @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-swipe-0.0.7 | vendor/motion-swipe/ViewController.m |
motion-swipe-0.0.4 | vendor/motion-swipe/ViewController.m |