Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • English  (28)
  • Electronic books ; local  (28)
Datasource
Material
Language
  • 1
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Operating systems (Computers) ; Application software ; Development ; Cell phones ; Programming ; Electronic books ; Electronic books ; local
    Abstract: If you're grounded in the basics of Objective-C and Xcode, this practical guide takes you through the components you need for building your own iOS apps. With examples from real apps and programming situations, you'll learn how to create views, manipulate view controllers, and use iOS frameworks for adding features such as audio and video.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Electronic books ; Electronic books ; local
    Abstract: Get a solid grounding in all the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With this revised and expanded edition, you'll dig into Cocoa and learn how to work effectively with Objective-C and Xcode. This book covers iOS 6 in a rigorous, orderly fashion-ideal whether you're approaching iOS for the first time or need a reference to bolster existing skills.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly
    Language: English
    Pages: 1 online resource (xxvi, 983 p.) , ill., maps.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Application software ; Development ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Smartphones ; Programming ; Tablet computers ; Programming ; Digital music players ; Programming ; Mobile computing ; Programming ; Electronic books ; Electronic books ; local
    Abstract: Get a solid grounding in the fundamentals of Cocoa Touch, and avoid problems during iPhone and iPad app development. With this revised and expanded edition, you'll dig into Cocoa and learn how to work effectively with Objective-C and Xcode. This book covers iOS 5 and Xcode 4.3 in a rigorous, orderly fashion-ideal whether you're approaching iOS for the first time or need a reference to bolster existing skills. Many discussions have been expanded or improved. All code examples have been revised, and many new code examples have been added. The new memory management system-ARC-is thoroughly explained and all code examples have been revised to use it. New Objective-C features, such as declaration of instance variables in the class's implementation section, are described and incorporated into the revised example code. Discussion of how an app launches, and all code examples, are revised for project templates from Xcode 4.2 and later. Other new Xcode features, including the Simulator's Debug menu, are covered, with screen shots based on Xcode 4.2 and later. The discussion of Instruments is expanded, with screen shots-by popular request! Storyboards are explained and discussed. The explanation of view controllers is completely rewritten to include iOS 5 features, such as custom parent view controllers and UIPageViewController. The Controls chapter now includes iOS 5 interface customizability and the appearance proxy. New features of interface classes are discussed, including tiling and animated images, new table view features, new alert view styles. Coverage of frameworks such as Core Motion and AV Foundation is greatly expanded. New iOS 5 classes and frameworks are also discussed, including Core Image and UIDocument (and iCloud support). Important iOS 5 changes that can break existing code are explicitly called out in the text and listed in the index.
    Note: "Fundamentals of iPhone, iPad and iPod touch development"--Cover. - "Covers iOS 5 and Xcode 4.3"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 12 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 5.3. With this thoroughly updated guide, you'll learn the Swift language, understand Apple's Xcode development tools, and discover the Cocoa framework. Explore Swift's object-oriented concepts Become familiar with built-in Swift types Dive deep into Swift objects, protocols, and generics Tour the lifecycle of an Xcode project Learn how nibs are loaded Understand Cocoa's event-driven design Communicate with C and Objective-C In this edition, catch up on the latest iOS programming features: Multiple trailing closures Code editor tabs New Simulator features Resources in Swift packages Logging and testing improvements And more! Once you master the fundamentals, you'll be ready to tackle the details of iOS app development with author Matt Neuburg's companion guide, Programming iOS 14 .
    Note: Online resource; Title from title page (viewed November 25, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Fourth edition.
    Keywords: iOS (Electronic resource) ; Swift (Computer program language) ; Mobile computing ; Programming ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 9 IDE, Cocoa Touch, and the latest version of Apple's acclaimed programming language, Swift 4. With this thoroughly updated guide, you'll learn the Swift language, understand Apple's Xcode development tools, and discover the Cocoa framework. Explore Swift's object-oriented concepts Become familiar with built-in Swift types Dive deep into Swift objects, protocols, and generics Tour the lifecycle of an Xcode project Learn how nibs are loaded Understand Cocoa's event-driven design Communicate with C and Objective-C In this edition, catch up on the latest iOS programming features. Multiline strings and improved dictionaries Object serialization Key paths and key-value observing Expanded git integration Code refactoring And more! Once you master the fundamentals, you'll be ready to tackle the details of iOS app development with author Matt Neuburg's companion guide, Programming iOS 11 .
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed October 6, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; Operating systems (Computers) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: If you're getting started with iOS development, or want a firmer grasp of the basics, this practical guide provides a clear view of its fundamental building blocks-Objective-C, Xcode, and Cocoa Touch. You'll learn object-oriented concepts, understand how to use Apple's development tools, and discover how Cocoa provides the underlying functionality iOS apps need to have. Dozens of example projects are available at GitHub. Once you master the fundamentals, you'll be ready to tackle the details of iOS app development with author Matt Neuburg's companion guide Programming iOS 7 . Explore the C language to learn how Objective-C works Learn how instances are created, and why they're so important Tour the lifecycle of an Xcode project, from inception to App Store Discover how to build interfaces with nibs and the nib editor Explore Cocoa's use of Objective-C linguistic features Use Cocoa's event-driven model and major design patterns Learn the role of accessors, key-value coding, and properties Understand the power of ARC-based object memory management Send messages and data between Cocoa objects
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Farnham : O'Reilly
    Language: English
    Pages: 1 online resource (xxii, 808 p.) , ill.
    Parallel Title: Erscheint auch als
    Keywords: iOS (Electronic resource) ; iPhone (Smartphone) ; Programming ; iPad (Computer) ; Programming ; iPod touch (Digital music player) ; Programming ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Whether you're learning Cocoa programming for the first time, or want a reference to bolster the iPhone development skills you already have, this in-depth guide provides a complete learning path -- from language basics and using Xcode and Interface Builder to all of the steps necessary for developing your app with the Cocoa framework. You'll learn everything you need to take an iPhone, iPad, or iPod touch app from initial concept to the App Store.
    Note: "Covers iOS 4.3 and Xcode 4" -- Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Berkeley, Calif. : Peachpit Press | Boston, Mass. :Safari Books Online
    ISBN: 9781933671239 , 1933671238
    Language: English
    Keywords: Microsoft Word ; Word processing ; Electronic books ; local
    Abstract: Make the most of your investment in Microsoft Office by learning Word 2004's new features! Microsoft Office 2004 is expensive, so turn to Word expert Matt Neuburg for the best strategy for upgrading to Word 2004 and handling the 80 fonts that Word installs on your Mac, complete with info about four fonts you should not delete and those you can delete to avoid conflicts, shorten your Font menu, and make Word launch faster . Save time and increase accuracy when typing and pasting text with smart buttons. Discover the new Navigation Pane and three workarounds to an annoying bug that may bite you. Learn how to use Notebook view effectively . Read an overview of important changes to Unicode support, styles, and using markup, plus find out what's new with AppleScript and what Microsoft put in the Toolbox. Bonus! Summaries of ten changes to preference panes, six subtle changes to menus, and three important changes to commonly used dialogs. Companion volume! This ebook is the first of a two-volume set. The 78-page Take Control of What's New in Word 2004: Advanced Editing & Formatting provides detailed explanations of smart buttons, Unicode support, styles, inserting special characters, and using comments and revision tracking.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly | Boston, MA :Safari,
    Language: English
    Pages: xxvi, 724 p. , ill. ; , 24 cm
    Edition: 2nd ed.
    DDC: 005.265
    Keywords: BASIC (Computer program language) ; Macintosh (Computer) ; Programming ; Object-oriented programming (Computer science) ; Electronic books ; local
    Abstract: REALbasic is a programming language in the best Macintosh tradition: visual, intuitive, and easy to learn. It allows you to create interfaces in minutes and entire, compiled applications without having to learn a complicated language; the strong object orientation makes it very easy even for beginners to develop, maintain, and alter projects. Best of all, an REALbasic 3, a single button click generates your project as a Mac OS 8/9 application, a Mac OS X native ("Carbon") application, or a Windows executable. No other application framework lets you compile for users on so many platforms so quickly and easily. REALbasic: The Definitive Guide not only gives you a firm grasp of the program's essential concepts, but also tells you things you won't learn from the official documentation alone. If you've never programmed before, the book offers both a primer in REALbasic and an intuitive approach to the concepts of programming itself, as you quickly reach the ability to program every aspect of REALbasic. You start out drawing the interface much as you would do in a drawing program: by selecting buttons, menus, dialog boxes, and the like from a tools menu. Then you use the code editor to fill in the code that tells these pieces what to do.The widely hailed first edition of REALbasic: The Definitive Guide has been completely rewritten to encompass reader suggestions and the many improvements of REALbasic 3--like its ability to compile and run under OS X.The book is divided into three sections: Fundamentals: a detailed summary of the language that quickly shows you how to think about programming and accomplish your goals in less time User Interface: how to create a complete application using the rich classes and pre-defined tools that make life so much easier for the REALbasic programmer. Reaching Out: Internet communications, databases, multimedia, game programming and more!
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Berkeley, Calif. : Peachpit Press | Boston, Mass. :Safari Books Online
    ISBN: 9781933671246 , 1933671246
    Language: English
    Keywords: Microsoft Word ; Word processing ; Electronic books ; local
    Abstract: Work more effectively on your Mac by learning nitty-gritty details about Word 2004's new features! Under Matt Neuburg's expert guidance, you'll get help with the complex changes in Word's editing and formatting features. You'll learn the hidden rules that govern smart buttons and animated blue underlines and find out how to take advantage of new style features , including table and list styles. Matt also explains how to type special characters and teaches you three techniques for entering frequently used characters . Anyone relying on Unicode or unusual fonts needs Matt's real-world help and explanation of why fonts may not work as expected, including four solutions to common problems with old fonts . Finally, Matt explains in detail how you can use the new comment and revision tracking features most effectively. Companion volume! This ebook is the second of a two-volume set. The 73-page Take Control of What's New in Word 2004 helps with installation (including advice on handling the 80 fonts that Word installs); looks at what's new with AppleScript; and explains the Navigation pane, the Toolbox, and Notebook view.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...