S A M P L E C H A P T E R

Similar documents
S A M P L E C H A P T E R

1 Build Your First App. The way to get started is to quit talking and begin doing. Walt Disney

Hello! ios Development

Registering for the Apple Developer Program

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

Learn to make desktop LE

Lutheran High North Technology The Finder

Building Mapping Apps for ios With Swift

My First iphone App (for Xcode version 6.4)

Customizing DAZ Studio

Setting Up Your ios Development Environment. For Mac OS X (Mountain Lion) v1.0. By GoNorthWest. 5 February 2013

My First Cocoa Program

My First iphone App. 1. Tutorial Overview

Touring the Mac S e s s i o n 4 : S A V E, P R I N T, C L O S E & Q U I T

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

PowerPoint Basics: Create a Photo Slide Show

Word: Print Address Labels Using Mail Merge

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Maxime Defauw. Learning Swift

Learn to make watchosle

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

Downloading ebooks and eaudiobooks

WINDOWS 8.X SIG SEPTEMBER 22, 2014

Mac OS X and ios operating systems. Lab 1 Introduction to Mac OS X and ios app development. Gdańsk 2015 Tomasz Idzi

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

the NXT-G programming environment

Where Did I Save That File?

COPYRIGHTED MATERIAL. Starting Strong with Visual C# 2005 Express Edition

CS193P: HelloPoly Walkthrough

Want to add cool effects like rollovers and pop-up windows?

PowerPoint 2010 Introduction

What will you learn: A better understanding of 3 D space How to use keyframes Designing and planning an animation How to render animations

LOCATION SPOOFING ON IOS WITHOUT A JAILBREAK

Part 1: Understanding Windows XP Basics

If you ve never used Quicken, begin here. This chapter tells you how to

Navigating and Managing Files and Folders in Windows XP

Computer Basics: Step-by-Step Guide (Session 2)

Arduino IDE Friday, 26 October 2018

Printing Envelopes in Microsoft Word

Interface. 2. Interface Adobe InDesign CS2 H O T

OPEN THE HOTLINE CLIENT

COPYRIGHTED MATERIAL. 1Hello ios! A Suitable Mac. ios Developer Essentials

Getting to Integris/SIS

Lab Android Development Environment

due by noon ET on Wed 4/4 Note that submitting this project s Google form will take some time; best not to wait until the last minute!

Comprehensive Guide to Using Effectively JW Library

Objectives. Submission. Register for an Apple account. Notes on Saving Projects. Xcode Shortcuts. CprE 388 Lab 1: Introduction to Xcode

Making a PowerPoint Accessible

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

Using SourceTree on the Development Server

Using Eclipse for C Programming

You ll notice at the bottom of the file menu there is a list of recently opened files. You can click a file name in the list to re-open that file.

Organize Your iphone: Icons and Folders

Spectroscopic Analysis: Peak Detector

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners

Tabbing Between Fields and Control Elements

Using Microsoft Excel

CheckBook Pro 2 Help

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T

Eanes ios5 Upgrade Guide

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

Installing and getting started with Xcode for Mac OS.

How Your First Program Works

Object-Oriented Programming in Objective-C

Mistakes Lawyers Make With Outlook

Microsoft Expression Web Quickstart Guide

Copyright 2018 MakeUseOf. All Rights Reserved.

Xchange for Samsung MAC User Guide. Version 2.4

Quick Start Tutorial

4Sight for Mac User Guide. Version 2.4

To get started with Visual Basic 2005, I recommend that you jump right in

How to Make a Book Interior File

ios 9 SDK Development

Evernote for Educators

Outlook is easier to use than you might think; it also does a lot more than. Fundamental Features: How Did You Ever Do without Outlook?

Hello Swift! ios app programming for kids and other beginners Version 12

Using Microsoft Word. Text Editing

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Student Success Guide

Getting started with social media and comping

NCMail: Microsoft Outlook User s Guide

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

Grade 6 Math Circles November 6 & Relations, Functions, and Morphisms

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

How to use your Participant Center for fundraising success! How to: Login

A computer program is a set of instructions that causes a computer to perform some kind of action. It isn t the physical parts of a computer like the

Assignment III: Graphing Calculator

Instructions for Using the Databases

Learn to make ios apps

ToyBox Futuristi Instruction Manual

Basics of Adobe Premiere

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

How To Get Your Word Document. Ready For Your Editor

Tutorial: How to Load a UI Canvas from Lua

Installing Komplete 5 with Direct Install

How to Set Up and Use An App Password with Thunderbird

If you sync with your home machine, you may update there. The best solution is for you to update to ios5 with the computer you sync the device with.

Apple Watch Docs. Release 0.1. Michael Hahn

Transcription:

SAMPLE CHAPTER

Anyone Can Create an App by Wendy L. Wise Chapter 2 Copyright 2017 Manning Publications

brief contents PART 1 YOUR VERY FIRST APP...1 1 Getting started 3 2 Building your first app 14 3 Your first app, explained 23 4 Learning more about your development tools: Xcode 30 5 Capturing users actions: adding buttons 39 6 The button app, explained 53 7 Capturing user input: adding text boxes 62 8 Playing on the Playground 69 PART 2 THE KEYS TO THE CITY: UNDERSTANDING KEY DEVELOPMENT CONCEPTS...79 9 Go with the flow, man! Controlling the flow of your app 81 10 While you re doing that 91 11 Collections 104 12 Telling stories with storyboards 117 13 ViewControllers in depth 125 v

vi BRIEF CONTENTS 14 Put it on my tab: creating tab bars 136 15 Table views: more than a coffee table picture book 144 16 Patterns: learning to sew 159 PART 3 CREATING THE LIKE IT OR NOT APP...167 17 Putting it all together: the LioN app 169 18 Adding data to your LioN app 180 19 Displaying details of your LioN 190 20 Creating the details of the detail view 201 21 The AddEditView scene 212 22 Delegates are everywhere 225 23 Editing LioNs 236 24 Saving LioNs 248 25 Making your LioN prettier 260 26 Working with Auto Layout 273 27 Search your LioNs 285

Building your first app This chapter covers Launching Xcode for the first time Creating your first application Running your first application You ve done all the setup (if you haven t done it yet, please go to appendix A to set up the tools you ll need to complete this chapter). Now you re probably eager to start creating your first app. We re going to start off as almost every programmer ever has: with a Hello World application a rite of passage for coding. A Hello World application is the first app almost every programmer writes when learning a new programming language, because it s a simple app that accomplishes two goals: It gets the programmer using the new tools. It proves that the programming tools are set up correctly. Those are the goals of the application, but what does it actually do? Hello World will launch and display the words Hello World! That s it. It may not seem like much, but it s important to take small steps while learning to program. I m going to write my own version of pseudocode here so you know what you want to accomplish. As I explained in chapter 1, pseudocode is your road map logical 14

Launching Xcode for the first time 15 steps required to make the app do what you want it to do. This pseudocode will be a bit more detailed than future chapters, because it s your first app. In my version of the pseudocode, the steps needed to build the Hello World app are as follows: 1 Launch Xcode. 2 Create a new project. 3 Set up your project options. 4 Run the blank app. 5 Add the Hello World text. 6 Run the app. 7 Pat yourself on the back. It s going to take seven small steps to create your first app. Get ready we re starting! 2.1 Launching Xcode for the first time I m going to quickly walk through Xcode, the integrated development environment (IDE) introduced in chapter 1. I ll show you only what you need to know to create your first app in this chapter. Chapter 4 goes into detail about Xcode if you must jump ahead. 2.1.1 Step 1: Launch Xcode Step 1 in the pseudocode was to launch Xcode, so find the Xcode icon in Launchpad on your Mac. If you re not familiar with Launchpad, it is the easiest way to find applications installed on your Mac. It looks like a rocket launching (fancy that Launchpad, a rocket launching), as shown in figure 2.1. Once Launchpad is on your screen, look for the Xcode icon and click it. Helpful shortcut alert You can also find Xcode by holding down the Command key ( ) and the spacebar key to launch Spotlight Search. Type xcode into the Search bar. Spotlight will help you find anything on your Mac. Figure 2.1 Use Launchpad (left) to launch Xcode (right).

16 CHAPTER 2 Building your first app 2.1.2 Step 2: Create a new project The next step in the pseudocode is to create a new project. Once you ve launched Xcode, you should see an initial window that says Welcome to Xcode, as shown in figure 2.2. Figure 2.2 Click Create a New Xcode Project to start your first project. When this appears, click to select the second option, Create a New Xcode Project. The Choose a Template dialog box appears, as shown in figure 2.3. We ll walk through each option a little later. For now, click Application in the left window pane, if it isn t already selected. On the right, you now have multiple options. Click Single View Application, and then click Next. The Choose Options dialog box will open. 2.1.3 Step 3: Set up your project options The Choose Options dialog box is used to set up the basic information for your new app, as shown in figure 2.4. You ll see these options for each new app you create, so let s go over them so you know what they do. Product Name is where you enter the name of your new application. In this case, we re calling it HelloWorld. This product name will be used by Xcode to fill in several areas of the application (I show you those areas in later chapters). The next box is Organization Name. This field assumes that you are developing for a company or organization. I do have my own company, so I entered WiseAbility in this

Launching Xcode for the first time 17 Figure 2.3 Click Single View Application in the ios Application section. Figure 2.4 Configuring your project options add HelloWorld to the Product Name, add an Organization Name, and click Next.

18 CHAPTER 2 Building your first app field. You don t actually need to be affiliated with a company to develop for iphones and ipads, so if you don t have a company or aren t affiliated with one, put something here as a placeholder. You can enter a fictional dream company name if you want, or your own name, or leave it blank. The Organizational Identifier field is used to create unique names for your projects in the event that you want to publish your app to the App Store. It s common practice to use your website domain in reverse for this field. My website is www.wiseability.com, so I use com.wiseability for the organizational identifier. You must fill in this field, and if you don t have a website right now, you can use com.yourlastname (filling in your last name). You can t have any spaces in this field, so if your last name has spaces, use dashes (-) to replace the spaces. Once you fill in the Organization Identifier, the Bundle Identifier should show [your-organization-identifier].helloworld, as mine does: com.wiseability.helloworld. It isn t important to know the details of these settings right now we still have a lot of the elephant left to eat that I mentioned in chapter 1. NOTE If you name your project Hello World, the Bundle Identifier will show Hello-World what gives? Well, Xcode doesn t allow spaces in the Bundle Identifier field, so if you enter spaces in the product name, it replaces them with dashes (-). Finally, make sure the Language selection is Swift, and Devices is set to iphone. Leave the Use Core Data selection blank, and make sure the Include Unit Tests and Include UI Tests options are unchecked. Click Next. You can now choose where to save your project files on your hard drive. I recommend creating a folder called dev and putting all your work there, so it s easy to keep track of. Click Create. Xcode will now create a new project for you and open it. This is pretty easy so far, right? 2.1.4 Step 4: Run the blank app I know it doesn t feel like you ve actually built an application yet, but Xcode has taken care of the infrastructure and framework for you. How cool is that? Your next step is to run the blank app. At top left of the current screen is the Run button. It looks like a familiar, triangular play button, as shown in figure 2.5. Figure 2.5 Xcode s Run button looks like the play button on most electronics.

Launching Xcode for the first time 19 This is the universal coding sign for Run. Click it once. The ios Simulator should pop up with a blank screen, as shown in figure 2.6. Figure 2.6 If you see a blank simulated iphone screen, you've set up your project correctly. The ios Simulator is an application that Apple built to help developers (like you) test their applications before installing them on an actual iphone or ipad. Chapter 3 talks a lot more about the ios Simulator. For now, you re going to launch it so you can see it in action. If you see the blank screen, you re golden. 2.1.5 Step 5: Add the Hello World text Step 5 of the pseudocode was to add the Hello World text, so let s get to it. Back in Xcode, on the left side of the screen, you should see several filenames, including Main.storyboard. Click the Main.storyboard file. You should see a screen like figure 2.7. Figure 2.7 Select the Main.storyboard file on the left side of Xcode.

20 CHAPTER 2 Building your first app At bottom right on your Xcode screen, if it isn t already selected, select the third button the one that looks like a circle with a tiny square in it as shown in figure 2.8. This is the Object Library, which is like a toolbox with all the things that you ll need to build your app. The toolbox is full of items like nuts, bolts, screws, wires, and more. Chapter 4 talks a lot more about the Object Library, but for now, you re going to select a label as the item you need for this app. Figure 2.8 Showing the Object Library At the bottom of the Object Library window, click in the search area, and type label. The list should be filtered down to the word Label and an icon. Click and drag the Label icon (the bigger word Label on the left) to the other screen, called the storyboard screen, as shown in figure 2.9. Position it near the top-left corner in the storyboard screen, and then drop it by releasing the mouse button. Figure 2.9 Dragging a label onto the storyboard

Launching Xcode for the first time 21 Once your label is on your storyboard, double-click it so you can edit the text. Type Hello World! and then click somewhere else on the storyboard to stop editing the label. 2.1.6 Step 6: Run the app We re finally at step 6 of the pseudocode list: Run the app. You already ran the app once earlier in step 4, but now you ll run it again to see the actual Hello World text. Click the Run button again. If everything is set up correctly, you should see the ios Simulator window pop up with the words Hello World! displayed, as shown in figure 2.10. The size of the storyboard and the size of the Simulator are different, but you ll fix that in Chapter 7. Figure 2.10 Your first app running congratulations! Troubleshooting If you don t see your label or your app doesn t look like figure 2.10, go back to your storyboard in Xcode, move your label closer to the top left of the storyboard screen, and run the app again. Congratulations! You wrote your first ios application. Exciting, right? You re already a success! Revel in it. Terminology alert You are now a newbie, or noob, to ios programming. That means you are a new, inexperienced developer. Don t let anyone tell you it s a negative term you re learning. Wear your newbie badge with pride. 2.1.7 Step 7: Pat yourself on the back (and review) Step 7 in the pseudocode steps was to pat yourself on the back. Go for it! This example was pretty easy, and it s true that we glossed over a lot of stuff. The next chapter will explain the details of what you did and why you did it. Remember, it s important for you to understand the underlying concepts of development, but the details can drown you if you don t wade in slowly. At this point, I want you to focus on

22 CHAPTER 2 Building your first app remembering some of the basics: how to create an app, where the Object Library is, and how to build and run (with the play button) your code. Concepts to remember How to launch Xcode How to start a new project you re going to do this a lot How to run an application you re going to do this a lot, too How to drag and drop objects to your storyboard If you don t remember how to do all of these things, walk through this chapter again. You ll do these things many, many times in the upcoming chapters, so you ll have lots of practice. It s good to get the basics down early. I hope you feel like you accomplished something, because you did. You wrote your first ios application. It may not have done much, but still you did it. You may also feel like there s a lot you don t know, and that Xcode looks scary with all those buttons, tabs, and icons. Don t worry. I m going to cover the details of it so it won t look so daunting. We ll do it in small chunks, though, and we ll do it on a just-in-time basis so you don t feel like you re drowning. 2.2 Summary I told you in chapter 1 that I d distinguish key programming concepts in each chapter. This chapter was mostly a how-to remember, I also told you that you d learn what you need when you need it. This chapter taught you the actions to take, and the next chapter will tell you why you took them. I hope you re excited about your progress and curious about what you ve done so far.