|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn849919006 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130606s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCO
|d UMI
|d COO
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d LOA
|d COCUF
|d CNNOR
|d MOR
|d PIFAG
|d N$T
|d AGLDB
|d IGB
|d OCLCQ
|d OCLCO
|d U3W
|d D6H
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d NLE
|d VT2
|d CEF
|d INT
|d AU@
|d OCLCQ
|d OCLCO
|d UKMGB
|d OCLCQ
|d OCLCO
|d A6Q
|d UKAHL
|d AJS
|d NLW
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB7C1336
|2 bnb
|
016 |
7 |
|
|a 018014255
|2 Uk
|
019 |
|
|
|a 856523204
|a 961567149
|a 962648688
|a 974757574
|a 974853714
|a 981882677
|a 1000456941
|a 1005938625
|a 1018039145
|a 1043637595
|a 1058620385
|a 1060870149
|a 1063523001
|a 1081260961
|a 1083595807
|a 1087398923
|a 1097090288
|a 1266287924
|a 1274904092
|
020 |
|
|
|a 9781849693356
|q (electronic bk.)
|
020 |
|
|
|a 1849693358
|q (electronic bk.)
|
020 |
|
|
|z 184969334X
|
020 |
|
|
|z 9781849693349
|
029 |
1 |
|
|a AU@
|b 000052006933
|
029 |
1 |
|
|a AU@
|b 000060474183
|
029 |
1 |
|
|a CHNEW
|b 000722370
|
029 |
1 |
|
|a DEBBG
|b BV041431657
|
029 |
1 |
|
|a DEBSZ
|b 398275173
|
029 |
1 |
|
|a DEBSZ
|b 493122664
|
029 |
1 |
|
|a NZ1
|b 15588521
|
029 |
1 |
|
|a UKMGB
|b 018014255
|
029 |
1 |
|
|a AU@
|b 000067100467
|
035 |
|
|
|a (OCoLC)849919006
|z (OCoLC)856523204
|z (OCoLC)961567149
|z (OCoLC)962648688
|z (OCoLC)974757574
|z (OCoLC)974853714
|z (OCoLC)981882677
|z (OCoLC)1000456941
|z (OCoLC)1005938625
|z (OCoLC)1018039145
|z (OCoLC)1043637595
|z (OCoLC)1058620385
|z (OCoLC)1060870149
|z (OCoLC)1063523001
|z (OCoLC)1081260961
|z (OCoLC)1083595807
|z (OCoLC)1087398923
|z (OCoLC)1097090288
|z (OCoLC)1266287924
|z (OCoLC)1274904092
|
037 |
|
|
|a CL0500000266
|b Safari Books Online
|
050 |
|
4 |
|a QA76.77
|b .D36 2013eb
|
072 |
|
7 |
|a COM
|x 046000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2768
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Daniel, Steven F.
|
245 |
1 |
0 |
|a Xcode 4 cookbook :
|b over 100 recipes to build your own fun and exciting iOS applications /
|c Steven F. Daniel.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (iv, 384 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed July 7, 2017).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting and installing the iOS SDK Development Tools; Introduction; Downloading and installing the iOS SDK; Using Xcode to create an iOS project; Using Interface Builder to create the user interface; Building the user interface for our application; Creating outlets to Interface Builder objects; Creating actions that respond to user actions; Compiling your project; Using the iOS Simulator to test your applications; Configuring and using compiler directives.
|
505 |
8 |
|
|a Debugging your iOS applications using XcodeUsing the Clang Static Analyzer to examine your code; Chapter 2: User Interfaces -- Creating the UI; Introduction; Adding and customizing views; Using labels to display text; Obtaining user input through the use of buttons; Displaying an image within the view; Displaying and editing text; Using the iOS device keyboard; Displaying the progress to the user; Adding a toolbar to a view; Fading a view in and out; Creating a custom table view controller; Adding a table view to a view controller; Handling different iOS devices; Chapter 3: Using Storyboards.
|
505 |
8 |
|
|a IntroductionConfiguring storyboards for a project; Creating a Twitter application; Creating storyboard scenes; Configuring storyboard scenes; Applying transitions to storyboards; Composing a tweet message; Adding photos to a tweet message; Preparing transition to another view controller; Presenting storyboard view controllers programmatically; Chapter 4: Using Xcode Instruments; Introduction; Introducing Xcode Instruments; Tracing iOS applications; Running and profiling an iOS project; Detecting virtual memory faults; Detecting memory leaks; Handling runtime errors.
|
505 |
8 |
|
|a Handling Compile-time errorsAdding and configuring Instruments; Chapter 5: Working with the Location Services and the MapKit Frameworks; Introduction; Adding the CoreLocation and MapKit frameworks; Building a simple CoreLocation application; Determining the current GPS location; Adding and working with the MapView control; Adding overlay regions to maps; Adding annotation placeholders to the map; Reversing geocode address information; Working with the different map types; Chapter 6: Storing Documents within the Cloud; Introduction; Storing and using documents within iCloud.
|
505 |
8 |
|
|a Working with the iCloud storage APIsDetecting file-version conflicts within iCloud; Building the iCloud application; Requesting entitlements for iCloud storage; Configuring iOS devices to use iCloud; Chapter 7: Working with Different Multimedia Resources; Introduction; Selecting images and video from the camera roll; Capturing media with the camera; Playing video with Apple TV integration; Playing music using the MediaPlayer framework; Using the iOS device's microphone to record; Animating views; Drawing customized text; Drawing lines and curves; Drawing and filling shapes.
|
520 |
|
|
|a This is a Cookbook with easy-to-follow recipes containing practical and detailed examples which are all fully backed up with code, illustrations, and tips. If you ever wanted to build applications that integrate Facebook, iCloud, Core Location, and the Core Motion frameworks into your own applications then this book is for you.
|
506 |
1 |
|
|a Legal Deposit;
|c Only available on premises controlled by the deposit library and to one user at any one time;
|e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).
|5 WlAbNL
|
540 |
|
|
|a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.
|5 WlAbNL
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Xcode.
|
630 |
0 |
7 |
|a Xcode.
|2 blmlsh
|
630 |
0 |
7 |
|a Xcode.
|2 fast
|0 (OCoLC)fst01796439
|
650 |
|
0 |
|a Computer software
|x Development.
|
650 |
|
0 |
|a Operating systems (Computers)
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Systèmes d'exploitation (Ordinateurs)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a operating systems.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Computer software
|x Development.
|2 fast
|0 (OCoLC)fst00872537
|
650 |
|
7 |
|a Operating systems (Computers)
|2 fast
|0 (OCoLC)fst01046280
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587816
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26851146
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10714603
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 587816
|
994 |
|
|
|a 92
|b IZTAP
|