Swift essentials : (Record no. 50456)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06477cam a2200769Ii 4500 |
001 - CONTROL NUMBER | |
control field | ocn937390334 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20200827112335.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr unu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 160208s2016 enka o 001 0 eng d |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | UMI |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | UMI |
Modifying agency | IDEBK |
-- | YDXCP |
-- | N$T |
-- | DEBSZ |
-- | DEBBG |
-- | OCLCQ |
-- | OCLCF |
-- | CEF |
-- | FIC |
-- | UKMGB |
-- | MQY |
-- | AGLDB |
-- | IGB |
-- | UKAHL |
-- | RDF |
015 ## - NATIONAL BIBLIOGRAPHY NUMBER | |
National bibliography number | GBB6G3481 |
Source | bnb |
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER | |
Record control number | 018010581 |
Source | Uk |
019 ## - | |
-- | 936630016 |
-- | 1052743523 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781785888878 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781785880964 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 1785880969 |
Qualifying information | electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 1785888870 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 473875225 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | DEBBG |
System control number | BV043968874 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | DEBSZ |
System control number | 485793865 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | GBVCP |
System control number | 882848623 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | AU@ |
System control number | 000057218685 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) | |
OCLC library identifier | UKMGB |
System control number | 018010581 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)937390334 |
Canceled/invalid control number | (OCoLC)936630016 |
-- | (OCoLC)1052743523 |
037 ## - SOURCE OF ACQUISITION | |
Stock number | CL0500000714 |
Source of stock number/acquisition | Safari Books Online |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.73.S95 |
072 #7 - SUBJECT CATEGORY CODE | |
Subject category code | COM |
Subject category code subdivision | 051010 |
Source | bisacsh |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.13/3 |
Edition number | 23 |
049 ## - LOCAL HOLDINGS (OCLC) | |
Holding library | MAIN |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Blewitt, Alex |
Titles and words associated with a name | Dr., |
Relator term | author. |
Authority record control number or standard number | http://id.loc.gov/authorities/names/no2016012007 |
245 10 - TITLE STATEMENT | |
Title | Swift essentials : |
Remainder of title | discover how to build iOS and watchOS applications in Swift 2 using Xcode / |
Statement of responsibility, etc. | Dr Alex Blewitt. |
250 ## - EDITION STATEMENT | |
Edition statement | Second edition. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Birmingham, UK : |
Name of producer, publisher, distributor, manufacturer | Packt Publishing, |
Date of production, publication, distribution, manufacture, or copyright notice | 2016. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource. |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
490 1# - SERIES STATEMENT | |
Series statement | Community experience distilled |
500 ## - GENERAL NOTE | |
General note | Includes index. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on online resource; title from cover page (Safari, viewed February 5, 2016). |
520 ## - SUMMARY, ETC. | |
Summary, etc. | A fast-paced guide that provides an overview of Swift programming and then walks you through how to write iOS applications in detail. Progress through chapters on custom views, networking and parsing, and build a complete application as a Git repository, all by using Swift as the core language. |
520 ## - SUMMARY, ETC. | |
Summary, etc. | This practical guide will give you hands-on experience with all the features of Swift programming. Following the practical examples in the book will help you successfully create your own iOS applications. |
520 ## - SUMMARY, ETC. | |
Summary, etc. | No prior iOS programming experience is assumed; however, having some experience with any programming language will be beneficial. |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploring Swift; Open source Swift; Getting started with Swift; Numeric literals; Floating point literals; String literals; Variables and constants; Collection types; Optional types; Nil coalescing operator; Conditional logic; If statements; Switch statements; Iteration; Iterating over keys and values in a dictionary; Iteration with for loops; Break and continue; Functions; Named arguments; Optional arguments and default values; Guards |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Multiple return values and argumentsReturning structured values; Error handling; Throwing errors; Catching errors; Cleaning up after errors; Command-line Swift; Interpreted Swift scripts; Compiled Swift scripts; Summary; Chapter 2: Playing with Swift; Getting started with playgrounds; Creating a playground; Viewing the console output; Viewing the timeline; Displaying objects with Quick Look; Showing colored labels; Showing images; Advanced techniques; Capturing values explicitly; Running asynchronous code; Playgrounds and documentation; Learning with playgrounds |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Understanding the playground formatAdding a page; Documenting code; Playground navigation documentation; Text formatting; Symbol documentation; Limitations of playgrounds; Summary; Chapter 3: Creating an iOS Swift App; Understanding iOS applications; Creating a single-view iOS application; Removing the storyboard; Setting up the view controller; Swift classes, protocols, and enums; Classes in Swift; Subclasses and testing in Swift; Protocols in Swift; Enums in Swift; Raw values; Associated values; Creating a master-detail iOS application; The AppDelegate class; The MasterViewController class |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | The DetailViewController classSummary; Chapter 4: Storyboard Applications with Swift and iOS; Storyboards, scenes, and segues; Creating a storyboard project; Scenes and view controllers; Adding views to the scene; Segues; Adding a navigation controller; Naming scenes and views; Swift and storyboards; Custom view controllers; Connecting views to outlets in Swift; Calling actions from interface builder; Triggering a segue with code; Passing data with segues; Using Auto Layout; Understanding constraints; Adding constraints; Adding a constraint with drag and drop |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Adding constraints to the Press Me sceneAdding missing constraints; Summary; Chapter 5: Creating Custom Views in Swift; An overview of UIView; Creating new views with Interface Builder; Creating a table view controller; Showing data in the table; Defining a view in a xib file; Wiring a custom view class; Dealing with intrinsic size; Creating new views by subclassing UIView; Auto Layout and custom views; Constraints and the visual format language; Adding the custom view to the table; Custom graphics with drawRect; Drawing graphics in drawRect; Responding to orientation changes |
590 ## - LOCAL NOTE (RLIN) | |
Local note | eBooks on EBSCOhost |
Provenance (VM) [OBSOLETE] | EBSCO eBook Subscription Academic Collection - Worldwide |
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE | |
Uniform title | iOS (Electronic resource) |
General subdivision | Programming. |
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE | |
Uniform title | iOS (Electronic resource) |
Source of heading or term | fast |
Authority record control number or standard number | (OCoLC)fst01784820 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Swift (Computer program language) |
Authority record control number or standard number | http://id.loc.gov/authorities/subjects/sh2015001571 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Mobile apps |
General subdivision | Development. |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | COMPUTERS / Programming Languages / General |
Source of heading or term | bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Swift (Computer program language) |
Source of heading or term | fast |
Authority record control number or standard number | (OCoLC)fst01922222 |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Erscheint auch als: |
Note | Druck-Ausgabe |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE | |
Uniform title | Community experience distilled. |
Authority record control number or standard number | http://id.loc.gov/authorities/names/no2011030603 |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163373">https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163373</a> |
938 ## - | |
-- | Askews and Holts Library Services |
-- | ASKH |
-- | AH30053562 |
938 ## - | |
-- | ProQuest MyiLibrary Digital eBook Collection |
-- | IDEB |
-- | cis33698664 |
938 ## - | |
-- | YBP Library Services |
-- | YANK |
-- | 12831310 |
938 ## - | |
-- | EBSCOhost |
-- | EBSC |
-- | 1163373 |
994 ## - | |
-- | 92 |
-- | MYFCU |
No items available.