iOS App Builder
Building apps for iPhone and iPad is critical for many companies and can belucrative for independent developers and small firms. We show you how it's doneand offer some help with the intangibles.
-
Secure your code: iOS is rich target for spying software
The popularity of Apple devices makes them a prime target for spying programs, malware, and simple thievery.
-
Efficient code is good but clean code is better
Efficiency can be important when writing code, but it should usually take a back seat to writing clear code. Chad Perrin explains why.
-
Sprucing up your apps with simple animations: Part 2
Adding even the simplest of animations can give your iOS app a more polished look.
-
Better and cleaner code: Unit testing with Xcode
Add unit tests while developing your app to ensure your app works as expected and fixes remain fixed as you make changes.
-
Automatically generate icons for iOS apps
It can be painful generating all the different icon sizes for your iOS application. Todd Moore shows you a time saver that can simplify the process.
-
Build your own iOS Flickr App: Part 2
Tune the performance of our simple Flickr app created in Part 1 with GDC and cache.
-
Sprucing up your iOS Apps with simple animations: Part 1
Adding even the simplest of animations can give your app that extra dose of wow.
-
Test-Driven Development with existing projects
TDD can work well even when maintaining poorly designed software.
-
Pick the right on-screen keyboard for your iOS App
It is important for iOS developers to use the appropriate keyboard layout for any given situation.
-
Use custom accessory views to enhance your user interface
Scott Kantner shows you how to add functionality to the keyboard interface using custom accessory views.
-
Engage customers with push notification services
Engage your customers with push notifications and choose the push notification service provider that is best for your app.
-
How to collect text input using UITextField
Scott Kantner shows you how to use UITextField in an iOS App to gather text-based input.
-
iTunes App Store search optimization tips
Todd Moore explains how to get your iOS app ranked higher by using keywords to drive downloads to iOS devices.
-
Engage customers with push notification services
Engage your customers with push notifications and choose the push notification service provider that is best for your app.
-
Motion Events Part 1: Orientation and Shake-motion Detection in iOS
Motion information for iOS apps is made available through the use of motion events. This tutorial explains how it works.
-
The advantages of using design patterns in iOS development
There are many advantages to using a design pattern to document the creational, structural, and behavioral characteristics of an iOS app.
-
Best practices for mobile application development (revisited)
Do we need a new set of best practices for mobile device application development?
-
Tutorial 1: iOS Shipment Tracker with Reminders
Marcio Valenzuela walks you through the coding process required to create shipment tracking app.
-
Tutorial 3: iOS Shipment Tracker with Reminders
Marcio Valenzuela walks you through Part 3 of the coding process required to create shipment tracking app.
-
iOS Data: Wading through CRUD
Every iOS developer planning to work with data should become familiar with the acronym CRUD (create, read, update, delete).
-
Best practices: Develop heterogeneous iOS apps
Your next iOS app should combine the distinct advantages of a native app with the versatility of an HTML5 app.
-
Build your own iOS Flickr App: Part 2
Tune the performance of our simple Flickr app created in Part 1 with GDC and cache.
-
Apple Xcode Version 4.6 now available
A new version of Xcode is available and could be important if you are developing apps for the Retina display.
-
Facebook is actually a useful tool for beta testing apps
With so many mobile devices and lots of different operating systems, Facebook may be a useful tool for beta testing your apps.
-
Crowd source testing your iOS App
You can expect customers to find unanticipated problems with your app so the app should be tested in the real world before it's released.
-
A strategy to improve application development
Following these strategies will help ensure the business value of your app development projects.
-
Better Code: Create a simple paging app
Learn how to create a simple app using the UIPageControl, which can be used for side-swiping through pictures in a collection.
-
Better Code: Get your iOS app in the iCloud
Developers can leverage iCloud for common ground storage of information specific to an iOS app.