*   >> Чтение Образование Статьи >> science >> programming

iPhone основных данных Учебник Часть 2

tifier] autorelease];

<р> = cell.editingAccessoryType UITableViewCellAccessoryDisclosureIndicator;

<р>}

<р> //Установка ячейки ...

<р> переключатель (indexPath.row ) {

<р> case0:

<р> cell.textLabel.text = @ "Имя";

<р> = cell.detailTextLabel.text recipes.recipeName;

<р> Разрыв ;

<р> Вариант 1:

<р> cell.textLabel.text = @ "Время приготовления";

<р> = cell.detailTextLabel.text recipes.

cookingTime;

<р> Разрыв ;

<р> по умолчанию:

<р> Разрыв;

<р>}

<р> обратный ячейку;

<р>}

<р> - (недействительными) Tableview: (UITableView *) Tableview didSelectRowAtIndexPath: (NSIndexPath *) indexPath {

<р>, если (self.editing) {

<р> EditingViewController * editingview = [[EditingViewControlleralloc] initWithNibName: @ "EditingViewController" пучка: [NSBundlemainBundle]];

<р> = editingview.recipes рецепты;

<р> [self.

navigationControllerpushViewController: editingview анимированная: ДА];

<р> [editingview релиз];

<р >}

<р> еще {

<р> [Tableview deselectRowAtIndexPath: indexPath анимированные: ДА];

<р>}

<р>}

<р> - (UITableViewCellEditingStyle) Tableview: (UITableView *) Tableview editingStyleForRowAtIndexPath: (NSIndexPath *) indexPath {

<р> returnUITableViewCellEditingStyleNone;

<р>}

<р> - (BOOL) Tableview: (UITableView *) Tableview shouldIndentWhileEditingRowAtIndexPath :( NSIndexPath *) indexPath {

<р> returnNO;

<р>}

<р> #pragma знак - Знакомства <р> #pragma знак Фото

<р> - (IBAction) photoButtonPressed {

<р>, если (self.

editing) {

<р> UIImagePickerController * imagePicker = [[UIImagePickerControlleralloc] инициализации];

<р> = imagePicker.delegate самоуправления;

<р> [selfpresentModalViewController: imagePicker анимированные: ДА];

<р> [imagePicker релиз];

<р>}

<р> еще {

<р> PhotoViewController * PhotoView = [[PhotoViewControlleralloc] инициализации ];

<р> = photoView.recipes рецепты;

<р> [self.

navigationControllerpushViewController: PhotoView анимированные: ДА];

<р> [PhotoView релиз];

<р>} < ш> <р>}

<р> - (недействительными) imagePickerController: (UIImagePickerController *) Выбор didFinishPickingImage: (UIImage *) selectedImage editingInfo: (NSDictionary *) editingInfo {

NSManagedObject * oldImage = рецепты. recipeImage;

<р>, если (oldImage = ноль!) {

<р> [recipes.managedObjectContextdeleteObject: oldImage];

<р>}

<р> Re

Page   <<  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] >>
Copyright © 2008 - 2016 Чтение Образование Статьи,https://ru.nmjjxx.com All rights reserved.