Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (8)
  • 2015-2019  (8)
  • Buttfield-Addison, Paris  (8)
  • Application software ; Development  (8)
  • Frau
Datasource
Material
  • Online Resource  (8)
Language
Years
Year
  • 1
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Swift (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Get valuable hands-on experience with Swift 3, the latest version of Apple's programming language. With this practical guide, skilled programmers with little or no knowledge of Apple development will learn how to code with Swift 3 by developing three complete, tightly linked versions of the Notes application for the OS X, iOS, and watchOS platforms. In the process, you'll learn Swift's fundamentals, including its syntax and features, along with the basics of the Cocoa, CocoaTouch, and WatchKit frameworks. This book teaches you how to use common design patterns for Swift, how to structure an application for Apple's platforms, and how to submit working apps to the App Store. Divided into four distinct parts, this book includes: Swift 2 basics: Learn Swift's basic building blocks and features for object-oriented development OS X app development: Set up the document model, build out features, and sync data with iCloud iOS app development: Use multimedia, contacts, location, notifications, and iCloud files to build a fully featured iOS Notes app Advanced app extensions: Build an Apple Watch app, and learn how to debug, monitor, and test all three of your Swift apps
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed April 7, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 streaming video file (14 min., 52 sec.)) , digital, sound, color
    Keywords: iOS (Electronic resource) ; Mobile apps ; Development ; Application software ; Development ; Mobile computing ; Electronic videos ; local
    Abstract: "Taking a constraint-based approach within your iOS app allows Auto Layout to adjust your view hierarchy depending on how much real estate you are dealing with and how it is laid out. A clear understanding of how to construct constraints is key get your apps looking good across devices with minimal fuss--spend the next few minutes and get the process down right."--Resource description page.
    Note: Title from title screen (viewed April 21, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 streaming video file (21 min., 4 sec.)) , digital, sound, color
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Mobile computing ; Electronic videos ; local
    Abstract: "Table views are one of the most basic ways that users interface with an iOS app. Think of the ones that segment your music into pop, alternative, and classical. This quick Learning Path will show you when, why, and how to use this mobile interface staple for all your iOS apps. Once you've got the hang of it, Paris, Jon, and Tim will take you one step further, showing you how to customize these cells in the interface building."--Resource description page.
    Note: Title from title screen (viewed April 21, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (1 streaming video file (45 min., 13 sec.)) , digital, sound, color
    Keywords: iOS (Electronic resource) ; Application software ; Development ; Computer animation ; Electronic videos ; local
    Abstract: "Managing your iOS app's user interface keeps getting easier with Apple's developer tools. This Learning Path focuses on UIKit Dynamics, which provides a way to integrate real-world physics, mechanics, and animation into your app--basically a nifty little physics engine! Learn how to use UIKit dynamics by following Paris, Jon, and Tim as they show how gravity works on a box. Oh, and there's a cool pendulum example as well."--Resource description page.
    Note: Title from title screen (viewed April 21, 2017)
    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: First edition.
    Keywords: Smartwatches ; Programming ; Application software ; Development ; Swift (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: Apple Watch is the sort of science-fiction gadget that people used to dream about as kids. What kinds of apps do you envision for this new device? If you're comfortable using OS X, Xcode, and iOS-and familiar with Swift-this concise book shows you the basics of building your own apps for this wrist-mounted computer with Apple's WatchKit framework. You'll learn what an Apple Watch is, what it isn't, and how and why people might interact with apps you build for it.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 3, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Swift (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Swift 3 is the first significant release since Apple's heralded programming language became an open source project in late 2015. In this report, Jon Manning, Paris Buttfield-Addison, and Tim Nugent-authors of Learning Swift -provide a tour of Swift 3 and its growing ecosystem. You'll learn about the language's most impactful and interesting new features, and explore Swift's use on non-Apple platforms. Many changes in Swift 3 are subtle refinements that knock the rough corners off the language, making human interactions with Swift much smoother. To help you gain a better understanding of Swift 3, the authors provide a simple program designed for one of Apple's Swift Playgrounds. Get a high-level view of Swift 3's changes and new features, and learn how this version differs from Swift 2 Explore the Swift Evolution Process and the full list of accepted proposals-including those not yet implemented Dive into Swift 3's changes to the language's syntax, standard library features, and other areas Examine Swift 3's use on the server, and use a simple program to learn about Swift's use on Linux Find further resources for learning about, working with, and converting projects to Swift 3
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed December 12, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    ISBN: 9781491934524
    Language: English
    Pages: 1 online resource (1 streaming video file (1 hr., 3 min., 17 sec.)) , digital, sound, color.
    Keywords: iOS (Electronic resource) ; Programming ; iPhone OS ; Programming ; Swift (computer program language) ; Application software ; Development ; iPad (Computer) ; Programming ; Electronic videos ; local
    Abstract: "In this webcast, well cover five important features of the Swift language, and talk about how you can use them to reduce the amount of code you need to write, to make your code easier to understand, and to extend the Swift language to meet your needs. Generics: write code that doesn't need to know every detail about the data it's working with closures: writing code that can be run at a later time types and protocols: understanding how Swift's type system works, and how to make custom types that fit neatly into the language custom operators: creating your own representations for different ways objects can interact with each other. Literal convertibles: writing code that interacts nicely with built-in types. This talk is designed for existing programmers of any type, but does not necessarily require any Swift (or Objective-C) experience. At the end, attendees will understand these five essential components of the Swift, and how to use them to improve their code and be more "Swifty"."--Resource description page.
    Note: Title taken from title screen. - Date of publication taken from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 streaming video file (12 hr., 31 min., 15 sec.)) , digital, sound, color.
    Keywords: Application software ; Development ; Apple computer ; Programming ; iPhone (Smartphone) ; Mobile apps ; iPad (Computer) ; Programming ; Macintosh (Computer) ; Programming ; Electronic videos ; local
    Abstract: "Building apps for iPhone, iPad, and Mac just got easier, faster, and safer, now that Apple has released Swift. In this video workshop, Secret Lab co-founders Jon Manning and Paris Buttfield-Addison, together with Tim Nugent, take you through the components used for building iOS and OS X apps with Swift, and then step through the creation of a simple notepad from scratch, with counterparts for each operating system. If you're an experienced programmer who's never touched Apple developer tools before, you'll learn the basics for putting the Swift language, the Xcode IDE, Interface Builder, and many other Apple technologies to work. With this video workshop, you'll learn how to turn your app ideas into reality."--Resource description page.
    Note: Title from resource description page (viewed April 22, 2015). - Date of publication taken from resource description page
    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...