Skip to content

Instantly share code, notes, and snippets.

@20m61
20m61 / gist:4063471
Created November 13, 2012 02:01
balance_121112.m
//
// ViewController.m
// ball
//
// Created by changhwi on 12/11/12.
@20m61
20m61 / gist:4153574
Created November 27, 2012 10:42
counter+RGB
//
// ViewController.m
// 121126
//
// Created by changhwi on 12/11/26.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import "ViewController.h"
//
// ViewController.m
// 121126
//
// Created by changhwi on 12/11/26.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import "ViewController.h"
//
// ViewController.m
// 121126
//
// Created by changhwi on 12/11/26.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import "ViewController.h"
//
// ViewController.m
// 121129
//
// Created by changhwi on 12/11/29.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import "ViewController.h"
@20m61
20m61 / gist:4174911
Created November 30, 2012 10:05
buttonWithType+tintColorでボタンの背景色を変える
//
// ViewController.m
// 121130
//
// Created by changhwi on 12/11/30.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import "ViewController.h"
@20m61
20m61 / gist:4192394
Created December 3, 2012 03:11
ボタンの配置
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad
{
@20m61
20m61 / viewController.h
Created December 3, 2012 05:29
ボタンの配置+ボタン・背景の色の変化(ボタンの色変化は暫定)
//
// ViewController.h
// 121203
//
// Created by changhwi on 12/12/03.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import <UIKit/UIKit.h>
@20m61
20m61 / viewController.h
Created December 3, 2012 10:20
背景色を変えるのにスライダーを使った
//
// ViewController.h
// 121203
//
// Created by changhwi on 12/12/03.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import <UIKit/UIKit.h>
@20m61
20m61 / viewController.h
Created December 10, 2012 02:31
背景色を変えるのにスライダーを使った+その下にカメラビューを表示+カメラの切り替え(試作)
//
// ViewController.h
// 121204
//
// Created by changhwi on 12/12/04.
// Copyright (c) 2012年 changhwi. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>