shlist

share and manage lists between multiple people
Log | Files | Refs

commit 274bbcfde34d65570c01e569137fd848c482e690
parent b74b63f612dd1177ea5a5fcc87f8813813b998ce
Author: Kyle Milz <kyle@Kyles-MacBook-Pro.local>
Date:   Sat, 19 Sep 2015 16:25:08 -0600

ios: delete old ContactViewController class

Diffstat:
Dios-ng/ContactsViewController.h | 10----------
Dios-ng/ContactsViewController.m | 58----------------------------------------------------------
Mios-ng/shlist.xcodeproj/project.pbxproj | 6------
3 files changed, 0 insertions(+), 74 deletions(-)

diff --git a/ios-ng/ContactsViewController.h b/ios-ng/ContactsViewController.h @@ -1,9 +0,0 @@ -#import <UIKit/UIKit.h> -#import <AddressBookUI/AddressBookUI.h> - -@interface ContactsViewController : UIViewController <ABPeoplePickerNavigationControllerDelegate> { - ABPeoplePickerNavigationController *picker; -} - - -@end -\ No newline at end of file diff --git a/ios-ng/ContactsViewController.m b/ios-ng/ContactsViewController.m @@ -1,57 +0,0 @@ -#import "ContactsViewController.h" - -@interface ContactsViewController () - -@end - -@implementation ContactsViewController - -- (void) viewDidLoad { - [super viewDidLoad]; - // Do any additional setup after loading the view. - - picker = [[ABPeoplePickerNavigationController alloc] init]; - picker.peoplePickerDelegate = self; - - // [self presentModalViewController:picker animated:YES]; - - picker.view.frame = self.view.bounds; - [self.view addSubview:picker.view]; -} - -- (void) didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - -- (BOOL) peoplePickerNavigationController: -(ABPeoplePickerNavigationController *)peoplePicker - shouldContinueAfterSelectingPerson:(ABRecordRef)person { - - NSLog(@"%s", person); - // [self displayPerson:person]; - // [self dismissModalViewControllerAnimated:YES]; - - return NO; -} - -- (BOOL) peoplePickerNavigationController: -(ABPeoplePickerNavigationController *)peoplePicker - shouldContinueAfterSelectingPerson:(ABRecordRef)person - property:(ABPropertyID)property - identifier:(ABMultiValueIdentifier)identifier -{ - return NO; -} - -/* -#pragma mark - Navigation - -// In a storyboard-based application, you will often want to do a little preparation before navigation -- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { - // Get the new view controller using [segue destinationViewController]. - // Pass the selected object to the new view controller. -} -*/ - -@end -\ No newline at end of file diff --git a/ios-ng/shlist.xcodeproj/project.pbxproj b/ios-ng/shlist.xcodeproj/project.pbxproj @@ -8,7 +8,6 @@ /* Begin PBXBuildFile section */ 27AAC22C1B50ABAF00D99171 /* NewItemTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27AAC22B1B50ABAF00D99171 /* NewItemTableViewController.m */; }; - 27B039FF1B43B6830054B6D2 /* ContactsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B039FE1B43B6830054B6D2 /* ContactsViewController.m */; }; 27B03A021B43B8660054B6D2 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27B03A001B43B8660054B6D2 /* AddressBook.framework */; }; 27B03A031B43B8660054B6D2 /* AddressBookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27B03A011B43B8660054B6D2 /* AddressBookUI.framework */; }; 27C70F051B32AF8000DADEB3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C70F041B32AF8000DADEB3 /* main.m */; }; @@ -41,8 +40,6 @@ /* Begin PBXFileReference section */ 27AAC22A1B50ABAF00D99171 /* NewItemTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewItemTableViewController.h; sourceTree = "<group>"; }; 27AAC22B1B50ABAF00D99171 /* NewItemTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewItemTableViewController.m; sourceTree = "<group>"; }; - 27B039FD1B43B6830054B6D2 /* ContactsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContactsViewController.h; sourceTree = SOURCE_ROOT; }; - 27B039FE1B43B6830054B6D2 /* ContactsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContactsViewController.m; sourceTree = SOURCE_ROOT; }; 27B03A001B43B8660054B6D2 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; }; 27B03A011B43B8660054B6D2 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; }; 27C70EFF1B32AF8000DADEB3 /* shlist.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = shlist.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -127,8 +124,6 @@ 27C70F071B32AF8000DADEB3 /* AppDelegate.m */, 27D805711BA2649D00867494 /* ContactsTableViewController.h */, 27D805721BA2649D00867494 /* ContactsTableViewController.m */, - 27B039FD1B43B6830054B6D2 /* ContactsViewController.h */, - 27B039FE1B43B6830054B6D2 /* ContactsViewController.m */, 27C70F281B33CE2500DADEB3 /* DataStructures.h */, 27C70F291B33D1C900DADEB3 /* DataStructures.m */, 27DCC9DD1B8A98D400207340 /* dollar103-2.png */, @@ -283,7 +278,6 @@ 27C70F2A1B33D1C900DADEB3 /* DataStructures.m in Sources */, 27C70F2D1B33F3C300DADEB3 /* NewListViewController.m in Sources */, 27C70F081B32AF8000DADEB3 /* AppDelegate.m in Sources */, - 27B039FF1B43B6830054B6D2 /* ContactsViewController.m in Sources */, 27DCC9EB1B9FF89E00207340 /* AddressBook.m in Sources */, 27C70F301B33F4FA00DADEB3 /* MainTableViewController.m in Sources */, 27C70F051B32AF8000DADEB3 /* main.m in Sources */,