SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Absolute beginners guide to...

iPhone Development
            Barry Ezell
Technology Unconference

   USF College of Business
  September 26th - Dev Day
 September 27th - Media Day

 http://barcamptampabay.com
• Intro to the Intro
• What you need: Hardware
• What you need: Software
• What you need: Wetware
• Code!
• Submit
All about me
• Ruby, C#, Erlang
• iPhone beginning 3/2009
• One app in store (SuccessIts)
• One submitted (Bookmark,
  bookmarkapp.com)
• Several in works
You don’t have to
      be a fanboy
• Accelerometer, camera, video,
  magnetometer, iPod, touch, OpenGL
• Over 37M units sold (4/2009)
• Over 1.5B app downloads
• $2.4B a year in sales
Pros

• Controlled, predictable platform
• 320x480 px
• Good documentation
• Apple handles sales
Cons
• All Apple all the time
• Their hardware
• They approve / reject apps
• No alternative app store
• You can use any language as long as it’s
  Objective-C
WYN: Hardware
• Intel-based Mac running Leopard or S.L.
• iPhone / iPod Touch
WYN: Software
XCode et al.

• XCode 3.x and Instruments on install disk
  under “Optional Installs”
• Download iPhone SDK, simulator from
  Apple (after joining dev program)
• All free
Registered iPhone
   Developer Program
   http://developer.apple.com/iphone/

       Free             Test using the simulator, no sales


                       Test on devices, unlimited sales in
 Standard ($99/yr)                App Store

                       Unlimited in-house distribution, no
Enterprise ($299/yr)            App Store sales
WYN: Wetware


• Learn Objective-C
• Learn Cocoa Touch, Frameworks
Objective-C




Square brackets represent!
• OO, strict superset of C, inspired by
  Smalltalk messaging

• Any valid C or C++ code works
• You handle memory management
 • [object retain];
 • [object release];
Messaging
• Objects are passed messages with
  descriptive arguments




     coyote.hunt(roadRunner,rocketSkates,true);
Resources

• Apple’s Object-Oriented Programming with
  Objective-C http://bit.ly/13QlgA
• Peepcode screencast series: Objective-C for
  Rubyists
• Programming in Objective-C 2.0 by Stephen
  G. Kochan
Cocoa Touch
• Desktop Cocoa adapted for the iPhone
• Frameworks:
 • UIKit (touch, windowing, accelerometer)
 • CoreGraphics (Quartz, PDF, animation)
 • CoreLocation (GPS)
 • MediaPlayer (iPod)
 • Many more
Resources

• Pragmatic Programmer: iPhone SDK
  Development by Bill Dudney
• iPhone Developer’s Cookbook by Erica Sadun
• Interwebs: iphonedevsdk.com, Apple
  forums, Google
Let’s Code

• Finally!
• TweetCount
• XCode > New Project > Utility Application
One Window, many Views



UITableView
One Window, many Views
     UIButton

  UIImageView

UIProgressView

      UILabel
.nib or .xib files

• Normally both called “nibs”
• “Freeze-dried” objects, interface elements,
  and relationsips
• Normally single .xib launched at app start
IBOutlet & IBAction

• IBOutlets allow getting and setting
  properties on objects in IB
• IBActions allow objects to receive events
  like touches or value changes
Test on Devices

• Simulator != iPhone
• Get Provisioning Profiles and Development
  Certificates on iPhone Dev Portal
• Make life easier with wildcard naming:
  com.barryezell.*
Device Testing

• Configure app for device testing
 • Change Active SDK to “Device”
 • Set Signing Identity under Project > Edit
    Project Settings
  • Set your App ID in info.plist file
Submit to Apple

• Set Release configuration
• Set App Store Signing Identity
• Add artwork (57x57, 512x512 icons)
• Compile and zip with 57x57 icon
Upload to iTunes Connect
Tips while waiting on Apple


• Avoid cracks in sidewalk
• Ditto walking under ladders
• Try to forget you ever invested all that time
Resource of Resources


• http://theappleblog.com/2009/06/01/43-
  iphone-development-resources

Weitere ähnliche Inhalte

Ähnlich wie Absolute Beginners Guide to iPhone dev

I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
sagaroceanic11
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
sagaroceanic11
 
2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648
Eing Ong
 
Introduction to iOS Development
Introduction to iOS DevelopmentIntroduction to iOS Development
Introduction to iOS Development
Asim Rais Siddiqui
 

Ähnlich wie Absolute Beginners Guide to iPhone dev (20)

iPhone App Dev Overview - Mobile Dev Camp Vietnam 1
iPhone App Dev Overview - Mobile Dev Camp Vietnam 1iPhone App Dev Overview - Mobile Dev Camp Vietnam 1
iPhone App Dev Overview - Mobile Dev Camp Vietnam 1
 
Iphone Dev
Iphone DevIphone Dev
Iphone Dev
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhone
 
iPhone Development For .Net Dev
iPhone Development For .Net DeviPhone Development For .Net Dev
iPhone Development For .Net Dev
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
I phone app develoment ppt
I phone app develoment   pptI phone app develoment   ppt
I phone app develoment ppt
 
Titanium Mobile Intro
Titanium Mobile IntroTitanium Mobile Intro
Titanium Mobile Intro
 
SmartPhone Design and Delivery
SmartPhone Design and DeliverySmartPhone Design and Delivery
SmartPhone Design and Delivery
 
Introduction to PhoneGap
Introduction to PhoneGapIntroduction to PhoneGap
Introduction to PhoneGap
 
The future is hybrid
The future is hybridThe future is hybrid
The future is hybrid
 
2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648
 
iPhone Development: Zero to Sixty
iPhone Development: Zero to SixtyiPhone Development: Zero to Sixty
iPhone Development: Zero to Sixty
 
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirstCordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
 
Xamarin v.Now
Xamarin v.NowXamarin v.Now
Xamarin v.Now
 
C# everywhere
C# everywhereC# everywhere
C# everywhere
 
Introduction to iOS Development
Introduction to iOS DevelopmentIntroduction to iOS Development
Introduction to iOS Development
 
I Phone Developer Introduction By Eschipul
I Phone Developer Introduction By EschipulI Phone Developer Introduction By Eschipul
I Phone Developer Introduction By Eschipul
 
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
iOS development, Ahti Liin, Mooncascade OÜ @ MoMo Tallinn 11.04.11
 
NCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile AppsNCDevCon 2017 - Cross Platform Mobile Apps
NCDevCon 2017 - Cross Platform Mobile Apps
 
Ubiquitous Content Symposium 2009
Ubiquitous Content Symposium 2009Ubiquitous Content Symposium 2009
Ubiquitous Content Symposium 2009
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

Absolute Beginners Guide to iPhone dev

  • 1. Absolute beginners guide to... iPhone Development Barry Ezell
  • 2.
  • 3. Technology Unconference USF College of Business September 26th - Dev Day September 27th - Media Day http://barcamptampabay.com
  • 4. • Intro to the Intro • What you need: Hardware • What you need: Software • What you need: Wetware • Code! • Submit
  • 5. All about me • Ruby, C#, Erlang • iPhone beginning 3/2009 • One app in store (SuccessIts) • One submitted (Bookmark, bookmarkapp.com) • Several in works
  • 6. You don’t have to be a fanboy • Accelerometer, camera, video, magnetometer, iPod, touch, OpenGL • Over 37M units sold (4/2009) • Over 1.5B app downloads • $2.4B a year in sales
  • 7. Pros • Controlled, predictable platform • 320x480 px • Good documentation • Apple handles sales
  • 8. Cons • All Apple all the time • Their hardware • They approve / reject apps • No alternative app store • You can use any language as long as it’s Objective-C
  • 9. WYN: Hardware • Intel-based Mac running Leopard or S.L. • iPhone / iPod Touch
  • 11. XCode et al. • XCode 3.x and Instruments on install disk under “Optional Installs” • Download iPhone SDK, simulator from Apple (after joining dev program) • All free
  • 12. Registered iPhone Developer Program http://developer.apple.com/iphone/ Free Test using the simulator, no sales Test on devices, unlimited sales in Standard ($99/yr) App Store Unlimited in-house distribution, no Enterprise ($299/yr) App Store sales
  • 13. WYN: Wetware • Learn Objective-C • Learn Cocoa Touch, Frameworks
  • 15. • OO, strict superset of C, inspired by Smalltalk messaging • Any valid C or C++ code works • You handle memory management • [object retain]; • [object release];
  • 16. Messaging • Objects are passed messages with descriptive arguments coyote.hunt(roadRunner,rocketSkates,true);
  • 17. Resources • Apple’s Object-Oriented Programming with Objective-C http://bit.ly/13QlgA • Peepcode screencast series: Objective-C for Rubyists • Programming in Objective-C 2.0 by Stephen G. Kochan
  • 18. Cocoa Touch • Desktop Cocoa adapted for the iPhone • Frameworks: • UIKit (touch, windowing, accelerometer) • CoreGraphics (Quartz, PDF, animation) • CoreLocation (GPS) • MediaPlayer (iPod) • Many more
  • 19. Resources • Pragmatic Programmer: iPhone SDK Development by Bill Dudney • iPhone Developer’s Cookbook by Erica Sadun • Interwebs: iphonedevsdk.com, Apple forums, Google
  • 20. Let’s Code • Finally! • TweetCount • XCode > New Project > Utility Application
  • 21. One Window, many Views UITableView
  • 22. One Window, many Views UIButton UIImageView UIProgressView UILabel
  • 23. .nib or .xib files • Normally both called “nibs” • “Freeze-dried” objects, interface elements, and relationsips • Normally single .xib launched at app start
  • 24. IBOutlet & IBAction • IBOutlets allow getting and setting properties on objects in IB • IBActions allow objects to receive events like touches or value changes
  • 25. Test on Devices • Simulator != iPhone • Get Provisioning Profiles and Development Certificates on iPhone Dev Portal • Make life easier with wildcard naming: com.barryezell.*
  • 26.
  • 27. Device Testing • Configure app for device testing • Change Active SDK to “Device” • Set Signing Identity under Project > Edit Project Settings • Set your App ID in info.plist file
  • 28. Submit to Apple • Set Release configuration • Set App Store Signing Identity • Add artwork (57x57, 512x512 icons) • Compile and zip with 57x57 icon
  • 29. Upload to iTunes Connect
  • 30. Tips while waiting on Apple • Avoid cracks in sidewalk • Ditto walking under ladders • Try to forget you ever invested all that time
  • 31. Resource of Resources • http://theappleblog.com/2009/06/01/43- iphone-development-resources