没有合适的资源?快使用搜索试试~ 我知道了~
首页Beginning iPhone Development with Swift 5, 5th Edition.pdf
了解如何集成iOS用户所熟悉和喜爱的所有界面元素,例如按钮、开关、选择器、工具栏和滑块。在这版畅销书中,您还将了解用于在用户界面上显示数据的触摸手势、表视图和集合视图。假设很少或根本不懂SWIFT编程语言,并以友好、易于理解的风格编写,这本书提供了一门关于iPhone和iPad编程的综合课程。本书首先简单介绍使用Xcode,然后指导您创建第一个简单的应用程序。您将从设计基本用户界面开始,然后探索涉及多个屏幕的更复杂的界面,例如导航控制器、选项卡栏、工具栏、页面视图和拆分视图,这些在iPad和某些iPhone型号的大屏幕上特别有用。还有更多!从SWIFT 5开始的iPhone开发涵盖了你需要快速建立和运行的基本信息,以便将你的伟大想法转化为可以工作的iOS应用程序。一旦你准备好了,继续使用SWIFT 5支持iPhone开发,了解更多iOS编程和SWIFT语言的独特之处。
资源详情
资源评论
资源推荐

Beginning iPhone
Development with
Swift 5
Exploring the iOS SDK
—
Fih Edition
—
Wallace Wang
www.iebukes.com
www.iebukes.com

Beginning iPhone
Development with Swift 5
Exploring the iOS SDK
Fifth Edition
WallaceWang
www.iebukes.com
www.iebukes.com

Beginning iPhone Development with Swift 5: Exploring the iOS SDK
ISBN-13 (pbk): 978-1-4842-4864-5 ISBN-13 (electronic): 978-1-4842-4865-2
https://doi.org/10.1007/978-1-4842-4865-2
Copyright © 2019 by Wallace Wang
is work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the
material is concerned, specically the rights of translation, reprinting, reuse of illustrations, recitation,
broadcasting, reproduction on microlms or in any other physical way, and transmission or information
storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now
known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with
every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an
editorial fashion and to the benet of the trademark owner, with no intention of infringement of the
trademark.
e use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not
identied as such, is not to be taken as an expression of opinion as to whether or not they are subject to
proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication,
neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or
omissions that may be made. e publisher makes no warranty, express or implied, with respect to the
material contained herein.
Managing Director, Apress Media LLC: Welmoed Spahr
Acquisitions Editor: Aaron Black
Development Editor: James Markham
Coordinating Editor: Jessica Vakili
Cover image designed by Freepik (www.freepik.com)
Distributed to the book trade worldwide by Springer Science+Business Media NewYork, 233 Spring Street,
6th Floor, NewYork, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-
sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member
(owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a
Delaware corporation.
For information on translations, please e-mail rights@apress.com, or visit http://www.apress.com/
rights-permissions.
Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and
licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales
web page at http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is available to
readers on GitHub via the book's product page, located at www.apress.com/978-1-4842-4864-5. For more
detailed information, please visit http://www.apress.com/source-code.
Printed on acid-free paper
WallaceWang
San Diego, CA, USA
www.iebukes.com
www.iebukes.com

is book is dedicated to everyone who has an idea for an app but
didn’t know what to do rst or how to get started. First, believe in your
idea. Second, trust that you have intelligence to achieve your dream
even if you don’t know how you’ll get there. ird, keep learning and
improving your skills all the time. Fourth, stay focused. Success will
come one day as long as you persist and never give up on yourself.
www.iebukes.com

v
Table of Contents
Chapter 1: Understanding iOS Programming ������������������������������������������������������������ 1
Learning About Xcode ������������������������������������������������������������������������������������������������������������������� 5
Summary������������������������������������������������������������������������������������������������������������������������������������� 20
Chapter 2: Designing User Interfaces ��������������������������������������������������������������������� 21
Learning About Views and Class Files����������������������������������������������������������������������������������������� 32
Working with Different Screen Sizes ������������������������������������������������������������������������������������������ 39
Previewing the User Interface ����������������������������������������������������������������������������������������������������� 45
Summary������������������������������������������������������������������������������������������������������������������������������������� 49
Chapter 3: Writing Swift Code �������������������������������������������������������������������������������� 51
Creating IBOutlet Variables ��������������������������������������������������������������������������������������������������������� 53
Creating IBAction Methods ���������������������������������������������������������������������������������������������������������� 60
Using Apple’s Frameworks ���������������������������������������������������������������������������������������������������������� 65
Using the Xcode Editor ���������������������������������������������������������������������������������������������������������������� 67
Getting Help with Swift Commands ��������������������������������������������������������������������������������������� 69
Folding and Unfolding Functions ������������������������������������������������������������������������������������������� 71
Summary������������������������������������������������������������������������������������������������������������������������������������� 71
Chapter 4: Using Xcode ������������������������������������������������������������������������������������������ 73
Changing Xcode’s Appearance ���������������������������������������������������������������������������������������������������� 73
The Navigator Pane ��������������������������������������������������������������������������������������������������������������� 74
The Toolbar ���������������������������������������������������������������������������������������������������������������������������� 78
The Tab Bar ���������������������������������������������������������������������������������������������������������������������������� 82
About the Author ��������������������������������������������������������������������������������������������������� xiii
About the Technical Reviewer ���������������������������������������������������������������������������������xv
www.iebukes.com
剩余652页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0