iOS App ProgrammingGuideContentsAbout iOS App Programming 8At a Glance 9Translate Your Initial Idea into an Implementation Plan 9UIKit Provides the Core of Your App 9Apps Must Behave Differently in the Foreground and Background 9iCloud Affects the Design of Your Data Model and UI Layers 10Apps...
Swift Programming Language Guide TheSwift Programming Language bookgives a complete overview of the Swift programming language, and is the perfect place to begin your journey learning Swift. Choose your app-builder technology Another early choice to make is which app-builder technology to use for you...
iOS App Programming Guide (iOS 应用程序编程指南)讲解在开发 iOS 应用程序时,您必须要了解并做到的 基本事情。 阅读以下教程来探索 iOS 应用程序开发 学完这些教程以取得应用程序开发的其他方面的经验: App Store Submission Tutorial (向App Store 提交应用程序教程)向您讲解预备设备、提交应用程序到 ...
在macOS上配置和处理远程通知要求使用AppKit框架中特定于平台的方法。 用户通知框架还支持创建通知服务应用程序扩展,使用该扩展程序,你可以在传递远程通知之前修改其内容。如果你在应用中包含通知服务应用程序扩展,则系统会将传入的通知传递到你的扩展程序,然后再将它们传递给用户。你可以使用此类扩展程序为应用的通知实施...
For information about how to handle events in your app, see Event Handling Guide for iOS. Displaying Your Views at Runtime Storyboards make the process of loading and displaying your view controller’s views very simple. UIKit automatically loads views from your storyboard file when they...
iOS Application Programming Guide iOS应用程序编程指南 英文版 Contents Introduction About iOS Application Design 9 Understanding the iOS Runtime Environment 10 Designing the Core of Your Application 10 Supporting Common Application Behaviors 10 Executing Code in the Background 10 Meeting the App Store and...
For more information about the overall structure of an iOS app, seeiOS App Programming Guide. 关于iOS应用程序的整个结构的更多信息,请看iOS App Programming Guide. For guidance on how to configure storyboards in your project, seeXcode User Guide ...
Not everyone can become a professional developer, but we firmly believe that anyone can learn Swift and build their own app, even without prior programming experience. Our learning materials have been tried and tested by over 24,000 readers from various backgrounds. Many of our students have been...
So you want to understand all of the inner workings of the app making process and how to choose the best iOS app development company. This may be a tricky task however, and you may not be sure where to start or what to look for in an app developer when hiring. In this guide we ...
本节由CocoaChina翻译组成员DevTalking (博客)翻译自苹果官方文档App Extension Programming Guide--Handling Common Scenarios一节,敬请勘误。欢迎加入我们的翻译小组,详情请参看:CocoaChina编辑和译者招募! 当编写自定义代码以执行app扩展任务时,你可能需要处理一些其他多种类型扩展也会出现的情况。在这一章节中,我们将帮...