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

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

e: [UIScreenmainScreen] .applicationFrame];

<р> = imageView.autoresizingMask UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

<р> = imageView.contentMode UIViewContentModeScaleAspectFit;

<р> imageView.backgroundColor = [UIColorblackColor];

<р> = self.view ImageView;

<р> = imageView.image [recipes.

recipeImage valueForKey: @ "recipeImage"];

<р>}

<р> - (недействительными) {didReceiveMemoryWarning

<р> [superdidReceiveMemoryWarning];

<р>} <ш > <р> - (недействительными) {viewDidUnload

<р>}

<р> - (недействительными) {dealloc

<р> [superdealloc];

<р> [рецепты релиз];

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

<р>}

<р>end

<р> Сохранить и открыть AddRecipeViewController.h и добавить UIButton имени photoButton и метод IBAction когда кнопка нажата

<р>interface AddRecipeViewController:.

UIViewController {

<р> Рецепты * рецепты,

<р> UITextField * textFieldOne;

<р> UITextField * textFieldTwo < ш>

UIButton * photoButton;

<р>}

<р>property (неатомической, сохраняют) Рецепты * рецепты,

<р>property (неатомической, сохранить) IBOutletUITextField * textFieldOne;

<р>property (неатомической, сохранить) IBOutletUITextField * textFieldTwo;

<р>property (неатомической, сохранить) IBOutletUIButton * photoButton;

<р> - (IBAction) photoButtonPressed;

< р>end

<р> Открыть файл .m и написать:

<р> #import "AddRecipeViewController.

h"

<р> #import "Recipes.h"

<р> #import "PhotoViewController.h"

<р>implementation AddRecipeViewController

<р>synthesize рецепты, textFieldOne, textFieldTwo, photoButton;

<р> - (недействительными) {viewDidLoad

<р> [superviewDidLoad];

<р> self.title = @ "Добавить рецепт";

<р> UIBarButtonItem * CancelButton = [[UIBarButtonItemalloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCanceltarget:selfaction:@selector(cancel)];

self.navigationItem.

leftBarButtonItem = CancelButton;

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

<р> UIBarButtonItem * saveButton = [[UIBarButtonItemalloc] initWithTitle:@"Save"style:UIBarButtonItemStyleDonetarget:selfaction:@selector(save)];

self.navigationItem.rightBarButtonItem = SaveButton;

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

<р> [photoButtonsetImage: recipes.recipeThumbnailImage Форстате: UIControlStateNormal];

<р>}

<р> - (недействительными) viewWillAppear: (BOOL) {анимированные

<р> [superviewWillAppear: анимированные];

<р> [photoButt

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