|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn859525622 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
131007s2013 cau ob 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e rda
|e pn
|c GW5XE
|d YDXCP
|d COO
|d ZMC
|d IDEBK
|d UMI
|d B24X7
|d CDX
|d DEBBG
|d DEBSZ
|d GGVRL
|d EBLCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d VT2
|d Z5A
|d LIV
|d MERUC
|d ESU
|d OCLCQ
|d IOG
|d N$T
|d REB
|d CEF
|d DEHBZ
|d OCLCQ
|d U3W
|d OCLCQ
|d WYU
|d YOU
|d TKN
|d OCLCQ
|d UAB
|d UKAHL
|d OCLCQ
|d DCT
|d ERF
|d OCLCQ
|d VLY
|d OCLCQ
|d OCLCO
|d DST
|d COM
|d OCLCO
|d OCLCQ
|d OCL
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 864820643
|a 961492162
|a 1031851022
|a 1060699129
|a 1066522980
|a 1069735698
|a 1086545727
|a 1087423717
|a 1111049621
|a 1112582940
|a 1162175426
|a 1295608080
|a 1300494008
|a 1303288290
|
020 |
|
|
|a 9781430250517
|q (electronic bk.)
|
020 |
|
|
|a 1430250518
|q (electronic bk.)
|
020 |
|
|
|z 143025050X
|
020 |
|
|
|z 9781430250500
|
024 |
7 |
|
|a 10.1007/978-1-4302-5051-7
|2 doi
|
029 |
1 |
|
|a AU@
|b 000052281405
|
029 |
1 |
|
|a AU@
|b 000052404383
|
029 |
1 |
|
|a AU@
|b 000053305604
|
029 |
1 |
|
|a AU@
|b 000060583783
|
029 |
1 |
|
|a CHNEW
|b 000900084
|
029 |
1 |
|
|a CHVBK
|b 403399513
|
029 |
1 |
|
|a DEBBG
|b BV041776720
|
029 |
1 |
|
|a DEBSZ
|b 40432164X
|
029 |
1 |
|
|a DEBSZ
|b 427418739
|
029 |
1 |
|
|a NZ1
|b 15293507
|
035 |
|
|
|a (OCoLC)859525622
|z (OCoLC)864820643
|z (OCoLC)961492162
|z (OCoLC)1031851022
|z (OCoLC)1060699129
|z (OCoLC)1066522980
|z (OCoLC)1069735698
|z (OCoLC)1086545727
|z (OCoLC)1087423717
|z (OCoLC)1111049621
|z (OCoLC)1112582940
|z (OCoLC)1162175426
|z (OCoLC)1295608080
|z (OCoLC)1300494008
|z (OCoLC)1303288290
|
037 |
|
|
|a CL0500000344
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.O115
|
072 |
|
7 |
|a UY
|2 bicssc
|
072 |
|
7 |
|a COM 051210
|2 bisacsh
|
082 |
0 |
4 |
|a 005.1/33
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Lee, Keith,
|e author.
|
245 |
1 |
0 |
|a Pro Objective-C /
|c Keith Lee.
|
264 |
|
1 |
|a Berkeley, CA :
|b Apress,
|c 2013.
|
264 |
|
2 |
|a New York :
|b Distributed to the Book trade worldwide by Springer
|
264 |
|
4 |
|c ©2014
|
300 |
|
|
|a 1 online resource (xxxviii, [434] 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
|
347 |
|
|
|b PDF
|
505 |
0 |
0 |
|t Getting Started --
|t Using Classes --
|t Objects and Messaging --
|t Memory Management --
|t The Preprocessor --
|t Expert Section Using ARC --
|t Runtime System --
|t Runtime Architecture --
|t Expert Section: Using the Runtime APIs --
|t Foundation Framework General Purpose Classes --
|t Foundation Framework System Services --
|t Foundation Framework Specialized Services --
|t Foundation Functions and Data Types --
|t Expert Section: Error Handling --
|t Blocks --
|t Objective-C Literals --
|t Concurrent Programming --
|t Key-Value Programming --
|t Language Elements --
|t Xcode Xposed! --
|t Using LLDB.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLink, viewed September 24, 2013).
|
520 |
|
|
|a The Objective-C programming language continues to grow in popularity and usage because of the power and ease-of-use of the language itself, along with the numerous features that continue to be added to the platform. If you have a basic knowledge of the language and want to further your expertise, Pro Objective-C is the book for you. Pro Objective-C provides an in-depth, comprehensive guide to the language, its runtime, and key API s. It explains the key concepts of Objective-C in a clear, easy to understand manner, and also provides detailed coverage of its more complex features. In addition, the book includes numerous practical examples--code excerpts and complete applications--that demonstrate how to apply in code what you re learning. The book begins with an exploration of Objective-C's basic features and key language elements. After reviewing the basics, it proceeds with an in-depth examination of the Objective-C dynamic programming features and runtime system. Next the book covers the Foundation Framework, the base layer of APIs that can be used for any Objective-C program. Finally, new and advanced features of Objective-C are introduced and shown how they make the Objective-C language even more powerful and expressive. Each topic is covered thoroughly and is packed with the details you need to develop Objective-C code effectively. The most important features are given in-depth treatment, and each chapter contains numerous examples that demonstrate both the power and the subtlety of Objective-C. Start reading Pro Objective-C and begin developing high-quality, professional apps on the OS X and iOS platforms using the Objective-C programming language!
|
504 |
|
|
|a Includes bibliographical references and index.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Objective-C (Computer program language)
|
650 |
|
0 |
|a Apple computer.
|
650 |
|
0 |
|a Software engineering.
|
650 |
|
6 |
|a Apple (Ordinateurs)
|
650 |
|
6 |
|a Génie logiciel.
|
650 |
|
6 |
|a Objective-C (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Object Oriented.
|2 bisacsh
|
650 |
|
7 |
|a Software engineering
|2 fast
|
650 |
|
7 |
|a Apple computer
|2 fast
|
650 |
|
7 |
|a Objective-C (Computer program language)
|2 fast
|
655 |
|
0 |
|a Electronic books.
|
776 |
0 |
8 |
|i Print version:
|a Lee, Keith.
|t Pro Objective-C.
|d Berkeley, CA : Apress, 2013
|z 9781430250517
|w (OCoLC)859525622
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430250500/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL29080968
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29395573
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00059437
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 26869384
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1636320
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1173822
|
938 |
|
|
|a Cengage Learning
|b GVRL
|n GVRL6VNE
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26869384
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11208051
|
994 |
|
|
|a 92
|b IZTAP
|