This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// L0NibTableViewCell.h | |
// | |
#import <UIKit/UIKit.h> | |
@interface L0NibTableViewCell : UITableViewCell { | |
IBOutlet UIView* innerView; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// L0NibTableViewCell.h | |
// | |
#import <UIKit/UIKit.h> | |
@interface L0NibTableViewCell : UITableViewCell { | |
IBOutlet UIView* innerView; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// L0NibTableViewCell.h | |
#import <UIKit/UIKit.h> | |
@interface L0NibTableViewCell : UITableViewCell { | |
// In IB, make a file with this class as the File's Owner and connect a view | |
// to the innerView outlet. This view will be resized to fill the cell's | |
// content view. | |
IBOutlet UIView* innerView; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Controller for the LostInAspen leaf. | |
require 'cgi' | |
require 'facets/random' | |
class Controller < Autumn::Leaf | |
MESSAGES = { | |
/THE RULES/ => | |
" ~ The Memory Management Rules everyone should know are at: http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// L0Photoshoot.m | |
// Photoshoot | |
// | |
// Created by ∞ on 11/08/09. | |
// Copyright 2009 __MyCompanyName__. All rights reserved. | |
// | |
#import "L0Photoshoot.h" | |
#import <Quartz/Quartz.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Episodic; end | |
module Episodic::EpisodeAPI | |
@produce_debug_output = false | |
def self.debug | |
@produce_debug_output = true | |
end | |
def self.is_debugging | |
@produce_debug_output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ILCarousel.h | |
// Carousel | |
// | |
// Created by ∞ on 29/11/09. | |
// Copyright 2009 __MyCompanyName__. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// MvrInertia.h | |
// Mover-iPad | |
// | |
// Created by ∞ on 30/03/10. | |
// Copyright 2010 __MyCompanyName__. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ILViewController.h | |
// ILViewController | |
// | |
// Created by ∞ on 07/04/10. | |
// | |
// The contents of this file are in the public domain. | |
#import <UIKit/UIKit.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ILType.h | |
// ILType | |
// | |
// Created by ∞ on 18/04/10. | |
// Copyright 2010 __MyCompanyName__. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |
OlderNewer