|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBSCO_ocn823719020 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
130109s2012 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d OCLCQ
|d UMI
|d OCLCO
|d COO
|d N$T
|d IDEBK
|d DEBSZ
|d OCLCF
|d OCLCQ
|d OCLCO
|d YDXCP
|d OCLCQ
|d JBG
|d FEM
|d AGLDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d ZCU
|d VTS
|d CEF
|d ICG
|d OCLCQ
|d OCLCO
|d STF
|d UAB
|d DKC
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d OCLCO
|d AJS
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 826646999
|a 968036238
|a 969013953
|
020 |
|
|
|a 9781849693837
|q (electronic bk.)
|
020 |
|
|
|a 1849693838
|q (electronic bk.)
|
020 |
|
|
|a 184969382X
|
020 |
|
|
|a 9781849693820
|
020 |
|
|
|z 9781849693820
|
029 |
1 |
|
|a AU@
|b 000050591098
|
029 |
1 |
|
|a DEBBG
|b BV041121086
|
029 |
1 |
|
|a DEBBG
|b BV043033425
|
029 |
1 |
|
|a DEBBG
|b BV044171913
|
029 |
1 |
|
|a DEBSZ
|b 396760104
|
029 |
1 |
|
|a DEBSZ
|b 397460201
|
029 |
1 |
|
|a DEBSZ
|b 421281286
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999943225305765
|
035 |
|
|
|a (OCoLC)823719020
|z (OCoLC)826646999
|z (OCoLC)968036238
|z (OCoLC)969013953
|
037 |
|
|
|a CL0500000187
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76
|
072 |
|
7 |
|a COM
|x 046060
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046020
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046050
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 046040
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 088020
|2 bisacsh
|
082 |
0 |
4 |
|a 005.446
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Wiebe, Robert.
|
245 |
1 |
0 |
|a Mac Application Development by Example :
|b Beginners Guide.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2012.
|
300 |
|
|
|a 1 online resource (742 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
505 |
0 |
|
|a Table of Contents; Mac Application Development by Example Beginner's Guide; Mac Application Development by Example Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Our First Program -- SimpleCalc; Locating developer tools; Time for action -- Installing the Xcode App.
|
505 |
8 |
|
|a What just happened?Working with projects; Time for action -- creating the SimpleCalc Xcode project; What just happened?; Understanding the Xcode project template; Time for action -- examine the items in the project navigator; What just happened?; Configuring an Xcode project; Time for action -- configuring the SimpleCalc Xcode project; What just happened?; Have a go hero -- make your own icon; Running an App; Time for action -- run the SimpleCalc App; What just happened?; Customizing an Xcode template's interface; Time for action -- creating the SimpleCalc interface; What just happened?
|
505 |
8 |
|
|a Customizing an Xcode template's implementationTime for action -- implement the SimpleCalc behavior; What just happened?; Building an App; Time for action -- building and installing the SimpleCalc App; What just happened?; Summary; 2. Debugger -- Finding and Fixing Problems; The Debug area in Xcode; Time for action -- displaying the Debug area in Xcode; What just happened?; The Debug area appears on its own; Time for action -- integer division by zero; What just happened?; Examining variable values in the debugger; Time for action -- examining a variable value; What just happened?
|
505 |
8 |
|
|a Unexpected App behavior -- no debugger?Time for action -- index out of range; What just happened?; Using breakpoints to get more information from Xcode; Time for action -- set a breakpoint; What just happened?; Summary; 3. System Preferences -- NewDefaults; Understanding preference panes; The transition to 64 bit from 32 bit; Creating an Xcode preference pane project; Time for action -- creating the NewDefaults Xcode project; What just happened?; Configuring an Xcode preference pane project; Time for action -- customizing the icon and copyright; What just happened?
|
505 |
8 |
|
|a Have a go hero -- making our own iconCustomizing the preference pane template interface; Time for action -- creating the NewDefaults interface; What just happened?; Customizing the preference pane Xcode template's .h implementation; Time for action -- completing the NewDefaults.h interface definition; What just happened?; Customizing the preference pane Xcode template's .m implementation; Time for action -- completing the NewDefaults.m implementation; What just happened?; Implementing the readDefaults:forKey: method; Time for action -- writing the readDefaults:forKey: program code.
|
520 |
|
|
|a This book is a beginners guide that teaches the topic using a learn by example method. This book is for people who are programming beginners and have a great idea for a Mac OS X app and need to get started.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Mac OS.
|
630 |
0 |
7 |
|a Mac OS.
|2 blmlsh
|
630 |
0 |
7 |
|a Mac OS.
|2 fast
|0 (OCoLC)fst01386304
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Macintosh (Computer)
|x Programming.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Macintosh (Ordinateur)
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x DOS.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Macintosh.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Windows Server & NT.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Windows Workstation.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x System Administration
|x Windows Administration.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Macintosh (Computer)
|x Programming.
|2 fast
|0 (OCoLC)fst01005135
|
776 |
0 |
8 |
|i Print version:
|a Wiebe, Robert.
|t Mac Application Development by Example : Beginners Guide.
|d Birmingham : Packt Publishing, ©2012
|z 9781849693820
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=526156
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26944195
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1108336
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 526156
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis24508788
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 9971119
|
994 |
|
|
|a 92
|b IZTAP
|