Skip to Content
入門 iOS SDK ―初めてのiPhone/iPadプログラミング
book

入門 iOS SDK ―初めてのiPhone/iPadプログラミング

by Matt Neuburg, 武舎 広幸, 阿部 和也, 河村 政雄
June 2014
Intermediate to advanced
400 pages
6h 29m
Japanese
O'Reilly Japan, Inc.
Content preview from 入門 iOS SDK ―初めてのiPhone/iPadプログラミング

11章イベント

開発者が書いたコードはCocoaから呼び出されなければ実行されません。Cocoaプログラミングにおいては、「Cocoaがいつ、どのような理由で自分のコードを呼び出すのか」を理解することが非常に大切です。これが理解できればコードを正しい場所に置くことができ、コードが正しいタイミングで実行されアプリが意図したとおりに動作します。

たとえば7章ではユーザーが特定のボタンをタップしたときに呼び出されるメソッドを作成し、該当するボタンをタップしたときに実行されるようにしました。

- (void) buttonPressed: (id) sender {
  // ... タップされたボタンに反応する
}

これがCocoaプログラムの基礎となる典型的な構造です。開発者が作成するコードは、ボタンが並んだ操作パネルのようなもので、Cocoaがどれかひとつのボタンを押してくれるのを待っています。コードに知らせ反応してもらうべきだとCocoaが思うような事象が発生すると、Cocoaはボタンを押します(該当するボタンがあればですが)。開発者はCocoaの振る舞いを思い描きながらコードを配置していくことになります。Cocoaには、いつどのようにメッセージをコードに中継するか、決まった約束事があります。それがCocoaのイベントです。各イベントがどのようなものかを理解し、Cocoaからそのイベントに関する通知があったときにそれを受け取れるようにコードを準備します。

したがって、iOS用のプログラムでは、ある意味では制御をCocoaに委ねなければなりません。作成されたコードが自ら何かをするということはありません。何らかのイベントに対する応答として動くのです。何か(たとえばユーザーが画面上で何かのジェスチャーをするなど)が起きたり、アプリの状態が変化したりすると、Cocoaがイベントをコードに配送するのです——コードのほうにイベントを受け取る体制が整っていればです。ですから、コードを置きたいところに置くというわけではありません。フレームワークを利用するということは自作のコードをフレームワークに使わせるということなのです。Cocoaの流儀に従い期待や予測に応えることで、作成したコードは呼び出されるべきときに呼び出され、使われるべき方法で使われるのです。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

詳解 iOS SDK 第4版 ―ワンランク上のiPhone/iPadプログラミング

詳解 iOS SDK 第4版 ―ワンランク上のiPhone/iPadプログラミング

Matt Neuburg, 武舎 広幸, 阿部 和也, 河村 政雄, 上西 昌弘, 福地 太郎
戦略的データサイエンス入門 ―ビジネスに活かすコンセプトとテクニック

戦略的データサイエンス入門 ―ビジネスに活かすコンセプトとテクニック

Foster Provost, Tom Fawcett, 竹田 正和, 古畠 敦, 瀬戸山 雅人, 大木 嘉人, 藤野 賢祐, 宗定 洋平, 西谷 雅史, 砂子 一徳, 市川 正和, 佐藤 正士

Publisher Resources

ISBN: 9784873116747Other