This file contains hidden or 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
// | |
// ViewController.m | |
// Shadow | |
// | |
// Created by Marc Woerner on 24.02.13. | |
// Copyright (c) 2013 Marc Woerner. All rights reserved. | |
// | |
#import "ViewController.h" |
This file contains hidden or 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
// | |
// ViewController.m | |
// EarthquakeMap | |
// | |
#import "ViewController.h" | |
#import "SeismicEvent.h" | |
@interface ViewController () |
This file contains hidden or 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
// | |
// CollectionVC.m | |
// CollectionView | |
// | |
#import "CollectionVC.h" | |
@interface CollectionVC () | |
@end |
This file contains hidden or 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
// | |
// ViewController.m | |
// ShowAddressOnMap | |
// | |
#import "ViewController.h" | |
@implementation AddressAnnotation | |
@synthesize coordinate; |
This file contains hidden or 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
// | |
// AppDelegate.m | |
// ToDoAppCoreData | |
// | |
#import "AppDelegate.h" | |
@implementation AppDelegate |
This file contains hidden or 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
#import "ViewController.h" | |
#import "Person.h" | |
@interface ViewController () | |
@property (nonatomic, strong) NSArray *firstNamesArray; | |
@property (nonatomic, strong) NSArray *lastNamesArray; | |
@property (nonatomic, strong) NSArray *agesArray; | |
@property (nonatomic, strong) NSMutableArray *personsArray; |
This file contains hidden or 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
// | |
// CSVParser.m | |
// Golfcourse | |
// | |
#import "CSVParser.h" | |
#import "Golfcourse.h" | |
@implementation CSVParser |
This file contains hidden or 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
// | |
// ViewController.m | |
// Dictionary | |
// | |
#import "ViewController.h" | |
@interface ViewController () |
This file contains hidden or 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
// | |
// AppDelegate.m | |
// CustomizedTabbarApp | |
// | |
#import "AppDelegate.h" | |
@implementation AppDelegate | |
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions |
This file contains hidden or 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
// | |
// ViewController.m | |
// Camera | |
// | |
#import <MobileCoreServices/MobileCoreServices.h> | |
#import "ViewController.h" | |
@interface ViewController () <UIImagePickerControllerDelegate, UINavigationControllerDelegate> |
NewerOlder