May 24, 2012 |
2,631 views |

Book Description
An all-in-one tutorial for planning, developing, and launching iPhone and iPad apps
The number of applications in the Apple app store is growing at a staggering rate. Want to get in the game, but don’t know iOS? This book-and-DVD package will help! With even little or no prior programming experience, you can learn the code necessary to build an app by following the how-to instructions in this book-and-video combo. Comprised of clear, no-nonsense lessons, the book walks you through each tutorial and then encourages you to work through simple exercises so that you can immediately apply what you just learned.
These lessons are backed by video demonstrations on the accompanying DVD to further illustrate the instruction and drive home the main points. In addition, the book’s appendices contain helpful information such as obtaining a device UDID, testing, and distributing an app and also lists common reasons why applications are rejected, so you can prepare to take precautionary measures to avoid these instances.
May 21, 2012 |
4,132 views |

Book Description
Discover all the security risks and exploits that can threaten iOS-based mobile devicesiOS is Apple’s mobile operating system for the iPhone and iPad. With the introduction of iOS5, many security issues have come to light. This book explains and discusses them all. The award-winning author team, experts in Mac and iOS security, examines the vulnerabilities and the internals of iOS to show how attacks can be mitigated. The book explains how the operating system works, its overall security architecture, and the security risks associated with it, as well as exploits, rootkits, and other payloads developed for it.
- Covers iOS security architecture, vulnerability hunting, exploit writing, and how iOS jailbreaks work
- Explores iOS enterprise and encryption, code signing and memory protection, sandboxing, iPhone fuzzing, exploitation, ROP payloads, and baseband attacks
- Also examines kernel debugging and exploitation
- Companion website includes source code and tools to facilitate your efforts
iOS Hacker’s Handbook arms you with the tools needed to identify, understand, and foil iOS attacks.
From the Back Cover
They can crack the code. Here’s how to stop them.
The world loves iOS. Users love the convenience. Black hats love the vulnerability. Download Now »
May 19, 2012 |
1,713 views |

Book Description
Apple’s third-generation iPad has a new, razor-sharp Retina display and a robust processor that will dazzle you with their looks and speed, but you won’t get far without an owner’s manual to all the tablet’s features. This comprehensive guide shows you how to transfer media to your iPad, sync and shop wirelessly, tap into WiFi and 4G cellular networks, and use iTunes for media management.
The important stuff you need to know:
- Build your media library. Fill your iPad with music, photos, movies, TV shows, games, eBooks, and more.
- Sync wirelessly. Keep your iPad’s apps, media, and email messages current without cabling up.
- Capture stunning images. Take photos and HD video with the tablet’s new 5 megapixel iSight camera.
- Get online. Connect via WiFi or the blazing-fast 4G LTE cellular network—and create a free Wi-Fi hotspot with Verizon’s iPad.
- Take dictation. “Speak” email messages and notes, and have the iPad type them up.
Table of Contents
Chapter 1. Set Up Your iPad
Chapter 2. Tour Your iPad
Chapter 3. Interact with Your iPad
Chapter 4. Get Online
Chapter 5. Surf the Web Download Now »
May 10, 2012 |
6,192 views |

Book Description
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple’s iOS and Mac platforms.
The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C.
Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying C programming language. This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study.
The fourth edition of this book has been updated to cover the significant changes that first appeared in iOS 5 and Xcode 4.2, including the use of Automatic Reference Counting (ARC) to improve and simplify memory management in Objective-C programs.
“The best book on any programming language that I’ve ever read. If you want to learn Objective-C, buy it.”—Calvin Wolcott
“An excellent resource for a new programmer who wants to learn Objective-C as their first programming language—a woefully underserved market.”—Pat Hughes Download Now »
May 10, 2012 |
5,869 views |

Book Description
Learning iPad Programming walks you through the process of building PhotoWheel (free on the App Store), a photo management and sharing app that leverages every aspect of iOS 5. With PhotoWheel, you can organize your favorite photos into albums, share photos with family and friends, view them on your TV using AirPlay and an Apple TV, and most importantly, gain hands-on experience with building an iPad app. As you build PhotoWheel, you’ll learn how to take advantage of the latest features in iOS 5 and Xcode, including Storyboarding, Automatic Reference Counting (ARC), and iCloud. Best of all, you’ll learn how to extend the boundaries of your app by communicating with web services. If you want to build apps for the iPad, Learning iPad Programmingis the one book to get.As you build PhotoWheel, you’ll learn how to
- Install and configure Xcode 4.2 on your Mac
- Master the basics of Objective-C, and learn about memory management with ARC
- Build a fully functional app that uses Core Data and iCloud for photo sharing and synchronization
- Use Xcode’s new Storyboard feature to quickly prototype a functional UI, and then extend that UI with code
- Create multitouch gestures and integrate Core Animation for a unique UI experience
- Build custom views, and use view controllers to perform custom view transitions
- Add AirPrint, email, and AirPlay capabilities to your app
- Apply image filters and effects using Core Image Diagnose and fix bugs with Instruments Prepare your app for submission to the app store Download Now »
May 05, 2012 |
5,473 views |

Book Description
Want to write applications for iOS or the Mac? This introduction to programming and the Objective-C language is the first step on your journey from someone who uses apps to someone who writes them.
Based on Big Nerd Ranch’s legendary Objective-C Bootcamp,¿this book covers C, Objective-C, and the common programming idioms that enable developers to make the most of Apple technologies.
This is the only introductory-level book written by Aaron Hillegass, one of the most experienced and authoritative voices in the iOS and Cocoa community.
Compatible with Xcode 4.2, iOS 5, and Mac OS X 10.7 (Lion), this guide features short chapters and engaging style to keep you motivated and moving forward. At the same time, Aaron’s determination that you understand what you’re doing—or at least why you’re doing it—encourages you to think critically as a programmer.
Here are some of the topics covered:
- Programming basics: variables, loops, functions, etc.
- Objects, classes, methods, and messages
- Pointers, addresses, and memory management
- Using Xcode, Apple’s documentation, and other tools
- Classes from the Foundation framework
- ARC and retain cycles Download Now »