Top Banner
5

Modern Objective-C und Cocoa - hjr-verlag.de

Feb 15, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Modern Objective-C und Cocoa - hjr-verlag.de
Page 2: Modern Objective-C und Cocoa - hjr-verlag.de

589

Stichwortverzeichnis

Symbole@class 379, 480@optional 360@property 128@protocol 197@required 353#define 287, 407#import 50, 99#pragma mark 415

AAbout-Fenster 294Accessor-Methoden 94, 98, 115, 118, 132, 583Action 154Address Book 419Animationen 559App Store 432, 434Apple ID 433Application Kit 22, 237applicationDidFinishLaunching 324, 347applicationShouldTerminate 296, 324applicationWillTerminate 296, 364Array 215Assertions 165Asset Catalog 292, 429Assistent 270Aufrufstapel 150, 193Autolayout 246, 392, 452, 564Automatic Reference Counting 114Autosave 245Autosizing 268availableVoices 320awakeFromNib 324, 347, 583

BBadge 535becomeFirstResponder 442Boilerplate Code 127BOOL 199bool 199

Breakpoint Navigator 152Breakpoints 142Build 56Bundle 241, 301

CCall Stack 150CamelCase 29caseInsensitiveCompare 69Cocoa Framework 22Cocoa Touch 419Cocoa-Simulator 269Code Folding 43, 44, 413Code Sense 54, 583Code Snippet Library 247Command Line Tool 36Company Identifier 37Condition 153Continue 145Controller 238Convenience Allocator 60copy 120, 501Core Animation 23, 419Core Data 22, 392Core Location 419count 505Cover Flow-Ansicht 293

DDatatip 144Datenquelle 377dealloc 466Debug Gauges 151Debug Navigator 150Debugger 45, 141, 584Delegate 584delegate 309Delegate-Methoden 310Delegation 305, 309, 317, 351description 108

© des Titels »Modern Objective-C und Cocoa« (ISBN 978-3-8266-9701-2) 2014 by Verlagsgruppe Hüthig Jehle Rehm GmbH, Heidelberg.

Nähere Informationen unter: http://www.mitp.de/9701

Page 3: Modern Objective-C und Cocoa - hjr-verlag.de

Stichwortverzeichnis

590

Device Logs 434Dictionary 230Did End On Exit 439Dock 243doubleValue 278do-while-Schleife 27Drag und Drop 405Duck-Typing 111Dynamische Bindung 111

EElternklasse 185, 192enabled 314enum 65EVA-Prinzip 284

FFast Enumeration 220, 233, 320File Template Library 247, 252File's Owner 326Finder 41First Responder 289, 439Focus Ring 289Format Specifier 60, 62, 102, 228, 541, 557Format Specifiers 56for-Schleife 26, 53Forward Declaration 378, 480Foundation Framework 37, 92Foundation Kit 22Framework 92, 585

GGame Kit 419Getter 95, 583Gleitkommazahlen 57Groups 41Gültigkeitsbereich 125, 192Gutter 43, 48, 143, 273

HHaltepunkte 142Heap-Speicher 113Human Interface Guidelines 250, 268

IIBOutlet 288if-Struktur 25Implementierungsdatei 93indexOfSelectedItem 323

initWithCapacity 218initWithObjects 218insertObject:atIndex 223Inspector 245instancetype 502Instanziierung 100Instanzvariable 585Instanzvariablen 93, 97Integer 57Interface Builder 239, 243isEqualToString 68, 400isKindOfClass 339Issue Navigator 432, 526

JJump Bar 413

KKapselung 85, 94Key 230Key Value Coding 105, 386, 390Key-Fenster 289Kindklasse 192Klasse 85, 99Klassenmethode 320Klassenmethoden 100, 122Konsole 44Kontrollkästchen 329, 340KVC 105

LLaunch Image 431LowerCamelCase 29

MMainMenu.xib 306main-Methode 42, 49Makro 157Map Kit 419Model 238Modern Objective-C 217, 231Multithreading 144Multitouch 427MVC-Entwurfsmuster 237, 252

NNamed Parameters 24Navigation Item 476new 101

© des Titels »Modern Objective-C und Cocoa« (ISBN 978-3-8266-9701-2) 2014 by Verlagsgruppe Hüthig Jehle Rehm GmbH, Heidelberg.

Nähere Informationen unter: http://www.mitp.de/9701

Page 4: Modern Objective-C und Cocoa - hjr-verlag.de

Stichwortverzeichnis

591

NeXT Computer 21nextKeyView 290Nib Loader 261Nib-Datei 586nib-Datei 239nonatomic 133, 189NSApplication 342NSApplicationDelegate 296, 324, 364NSArray 215NSAssert 165NSBeep 312NSButton 248NSCaseInsensitiveSearch 79NSCoding 200, 206NSComparisonResult 69, 70NSControl 315NSDateFormatter 181NSDictionary 230NSImage 402NSIndexSet 222NSKeyedArchiver 202, 392, 409NSKeyedUnarchiver 392NSLayoutConstraint 566NSLocale 280NSLog 44, 56NSMakeRange 75NSMutableArray 215, 218, 222, 378NSMutableDictionary 230NSMutableString 76, 446NSNumber 228, 281, 374NSNumberFormatter 280, 345, 346NSNumericSearch 71NSObject 256NSRange 72, 76NSRunAlertPanel 297NSSlider 332NSSpeechSynthesizer 307NSString 53, 60NSTableView 377NSTableViewDelegate 396NSTextField 265, 266NSUserDefaults 362, 372NSWindow 264numberOfRowsInTableView 388

OObject Library 247, 333, 425Objective-C 21objectValueForTableColumn:row 389

OpenGL ES 419Organizer 432Outlet 253Outline View 244

PpickerView:didSelectRow 558plist 366Polymorphie 110Pop Up Button 318Präprozessordirektive 50, 415Preferences 47prefersStatusBarHidden 540prepareForSegue 477Programmeinstellungen 47Project Editor 40Project Navigator 41, 91, 243Projekt 35Projektvorlagen 35Properties 189Property List 366, 372Property List Editor 366Protokoll 185, 479, 587Protokolle 196public 94Punktnotation 137

RRefactoring 282Referenzzähler 114removeAllItems 321replaceObjectsAtIndexes:withObjects 222resignFirstResponder 439respondsToSelector 362Retina-Display 532Root View Controller 529Run 39Run-Loop 324

SSchema 40Scheme 40Schieberegler 329, 332, 535Screenshots 434Scroll View 384Segue 461Selector 362Selektor 111, 587self 105

© des Titels »Modern Objective-C und Cocoa« (ISBN 978-3-8266-9701-2) 2014 by Verlagsgruppe Hüthig Jehle Rehm GmbH, Heidelberg.

Nähere Informationen unter: http://www.mitp.de/9701

Page 5: Modern Objective-C und Cocoa - hjr-verlag.de

Stichwortverzeichnis

592

sender 368Serialisierung 200setIndicatorImage:inTableColumn 402setObject:forKey 232Setter 95, 97, 583Size Inspector 268Smalltalk 23Snapshot 284Sortieralgorithmus 225Source Control 38startSpeakingString 308Step In 147Step Out 147Step Over 144Steve Jobs 21Stop 40stopSpeaking 317Storyboard 459stringByAppendingFormat 64stringByAppendingString 63stringWithFormat 62strong 130Struktur 73Subscripting 139super 192, 193Superklasse 194Szene 461

TTabbed Application 524Tabellen 377, 384Tabellen-Controller 377Table Controller 377Tableiste 523tableView:didClickTableColumn 397Tabulatorreihenfolge 290Target 40Template 35Textausrichtung 333Texteditor 42

UUIActionSheet 449UIAlertView 444, 556UIButton 425, 436, 461

UIColor 520, 538, 545UIControl 456UIDatePicker 550UIKit Framework 419UILabel 424, 425, 436, 512, 525UIPickerView 549UIPickerViewDataSource 552UIPickerViewDelegate 552UISegmentedControl 560UISlider 535UIStoryboardSegue 477UITabBarController 523, 529, 530UITabBarControllerDelegate 529UITableViewCell 506UITableViewController 500UITableViewDataSource 508UITableViewDelegate 508, 519UITextField 435UIView 456, 560UIViewController 429, 459Unit-Tests 171UpperCamelCase 29Utility-Ansicht 244

VVariablenansicht 141Vererbung 185, 588View 238View Controller 421viewDidLoad 429

Wweak 130, 358WebKit 23while-Schleife 27Workspace 39Workspace-Fenster 40, 242

XXcode 33XCTest Framework 172

ZZeilennummern 48Zirkelverweise 358

© des Titels »Modern Objective-C und Cocoa« (ISBN 978-3-8266-9701-2) 2014 by Verlagsgruppe Hüthig Jehle Rehm GmbH, Heidelberg.

Nähere Informationen unter: http://www.mitp.de/9701