iPhone and iPad development
658.7K views | +12 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

Adding polygon map overlays | Shawn's Bits

Adding polygon map overlays | Shawn's Bits | iPhone and iPad development | Scoop.it
For an introduction to MapKit, see Ray Wenderlich's tutorial post, Introduction to MapKit on iOS. It's been a while since I did a mapkit tutorial and I (RT @rwenderlich: Nice tutorial by @shawng about adding polygon map overlays with MapKit: http://bit.ly/e379Dx)
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Tapkulibrary - GitHub

Tapkulibrary - GitHub | iPhone and iPad development | Scoop.it
tap + haiku = tapku, a well crafted open source iOS framework for iPhone & iPad
























✔ Sources: https://github.com/devinross/tapkulibrary
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Make Your iOS Development Life Easier With SSToolkit

iOS and Mac OS X application development, interface design, and interaction design blog with code snippets, walk-throughs, tips and tricks on building awesome stuff by Jake Marsh. (RT @deallocatedobjs: Make Your iOS Development Life Easier With SSToolkit http://bit.ly/g8Lj4f)
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Simple Pickers in iPhone | iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog

Simple Pickers in iPhone | iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog | iPhone and iPad development | Scoop.it
This is the PickerApp example. There are many ways to display the PickerApp in the iPhone. I am going to show you the simplest way to execute the Picker View.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

leviathan/getexceptional-api-wrapper - GitHub

leviathan/getexceptional-api-wrapper - GitHub | iPhone and iPad development | Scoop.it
The power of Exceptional in iOS. (RT @destraynor: If you develop apps for iOS, please check out our @Exceptional client for catching iOS Exceptions http://t.co/2fTNbhx Hope you like it.)
No comment yet.
Scooped by Vincent Demay
Scoop.it!

RaddOnline: iPhone SDK: Testing Network Reachability

RaddOnline: iPhone SDK: Testing Network Reachability | iPhone and iPad development | Scoop.it
An article demonstrating how to use the Reachability class to determine if a resource on the network is reachable. (Testing Network Reachability with iOS SDK - http://bit.ly/dFyIVq)
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Mac QuartzGL (2D drawing on the graphics card) performance

Mac QuartzGL (2D drawing on the graphics card) performance | iPhone and iPad development | Scoop.it
A graphics card can render 3D graphics hundreds of times faster than a CPU and graphics cards are used to accelerate compositing of windows on the desktop for a many-fold performance increase.

Despite the advantages of graphics cards in these areas, 2D geometry on the Mac is normally generated by the CPU in main memory. You can opt to have your program drawn on the graphics card instead but this option is off by default. This 2D on the graphics card drawing is named QuartzGL.

QuartzGL works by generating an an OpenGL ARB_fragment_program (pixel buffer drawing commands) and performing on the graphics card what would ordinarily be performed on the CPU.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Cocos2D tutorial 01 Installing it on Xcode 4

Cocos2D tutorial 01 Installing it on Xcode 4
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Using Git Versioning inside your XCode Project

Using Git Versioning inside your XCode Project | iPhone and iPad development | Scoop.it
This tutorial will show you how to automatically fill in CFBundleVersion and CFBundleShortVersionString, when using Git.
This has been tested in Xcode 3.2.5
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Open AppStore reviews for an iPhone app

Open AppStore reviews for an iPhone app | iPhone and iPad development | Scoop.it
Code snippet: Open AppStore reviews for an iPhone app — http://bit.ly/hJVZkO
No comment yet.
Scooped by Vincent Demay
Scoop.it!

AppDevMag » 10 iOS Libraries to Make Your Life Easier

AppDevMag » 10 iOS Libraries to Make Your Life Easier | iPhone and iPad development | Scoop.it
The operating system that powers Apple’s iPhone and iPad devices, iOS, has proved incredibly popular with developers. A large part of this is almost certainly due to the opportunity that the App Store gives developers to make money, but the great development tools that Apple provide, in the form of XCode and Interface Builder, and also the Objective-C programming language, which iOS developers are required to use, certainly play their part.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

cocos2d Xcode 4 templates | cocos2d for iPhone

cocos2d Xcode 4 templates | cocos2d for iPhone | iPhone and iPad development | Scoop.it
cocos2d for iPhone Xcode 4 templates can be downloaded from here: cocos2d-1.0.0-beta_templates.tar.gz IMPORTANT: As you might know, Xcode 4 has a new (Nice ;) RT @cocos2d: cocos2d + box2d + chipmunk Xcode 4 templates: http://bit.ly/fEgsUq)
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Code Formatting in Xcode 4 | Carbon Five Community

Code Formatting in Xcode 4 | Carbon Five Community | iPhone and iPad development | Scoop.it
Quickly reformat your code in Xcode 4 RT @CocoaSamurai: 2 easy ways to run uncrustify http://goo.gl/ltVak via @xctotd
No comment yet.
Suggested by Kai Wels
Scoop.it!

Storyboarding iPad Transitions - Boxes and Arrows: The design behind the design

Storyboarding iPad Transitions - Boxes and Arrows: The design behind the design | iPhone and iPad development | Scoop.it
If your clients are not yet asking you to design transitions, they will likely do that on your next project. Transitions are hot, and not just because they entertain the eye. In confined mobile computing interfaces, on tablet devices or in complex virtual environments, transitions are an authentic, minimalist way of enabling way-finding, displaying system state and exposing crucial functionality – in short, they are key in creating a superior user experience.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Custom UI Component Database for iOS and Mac OS X - Cocoa Controls

Custom UI Component Database for iOS and Mac OS X - Cocoa Controls | iPhone and iPad development | Scoop.it
All the best Cocoa controls for iOS and Mac OS X (A must see!! @cocoacontrols a custom UI component database for iOS & Mac OS X — http://bit.ly/hSzRX3 (via @jeffhodnett))
No comment yet.
Scooped by Vincent Demay
Scoop.it!

BCTabBarController for iOS - Cocoa Controls

BCTabBarController for iOS - Cocoa Controls | iPhone and iPad development | Scoop.it
All the best Cocoa controls for iOS and Mac OS X
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Resize Multi-line Text to Fit UILabel on iPhone « 11 Pixel Studios

Resize Multi-line Text to Fit UILabel on iPhone — http://bit.ly/f9lcr8
No comment yet.
Scooped by Vincent Demay
Scoop.it!

iOS Documentation in Xcode 4?

Firstly, go into Help | Documentation and API Reference, if you click on the eye button on the left-hand side of the documentation window, do you see either the iOS 4.2 Library and/or the iOS 4.3 Library?

If you don't, go into XCode | Preferences, under the Documentation tab, see if you have GET buttons next to the iOS Libraries. If you do, click them and they will download.

via http://romainbriche.com/
No comment yet.
Scooped by Vincent Demay
Scoop.it!

A Couple CGAffineTransform Goodies

A Couple CGAffineTransform Goodies | iPhone and iPad development | Scoop.it
Thanks to Core Animation, we iOS programmers tend to use affine transformations (by way of CGAffineTransform) a lot.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Cocoa with Love: A ZoomingViewController to animate a UIView to fullscreen

Cocoa with Love: A ZoomingViewController to animate a UIView to fullscreen | iPhone and iPad development | Scoop.it
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Working with UIGestureRecognizers | iPhone Programming Tutorials

Working with UIGestureRecognizers | iPhone Programming Tutorials | iPhone and iPad development | Scoop.it
Hey iCoders! Today we are going to make a fun project that takes advantage of UIGestureRecognizers which were introduced in iOS 3.0, way back when it was called iPhone OS. UIGestureRecognizer is an abstract class that several concrete classes extend Eg. UITapGestureRecognizer, UIPinchGestureRecognizer. Today we are going to be building a simple photo board application. You will be able to add photos from your board, move, rotate and zoom them in and out around the board. We will also build in some simple physics to give a sense of the photos being thrown around the board. Here is a short video of what our final product will look like.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Thoughts on Apple’s iPad 2 Event

The iPad 2 introduced today brought few surprises. The obvious new hardware was there (camera) and obviously unrealistic rumors were confirmed to be false (e.g. retina screen).
No comment yet.
Scooped by Vincent Demay
Scoop.it!

How to use Open Flow to create a menu.

How to use Open Flow to create a menu. | iPhone and iPad development | Scoop.it
Open flow gives your app a cover flow like effect and we will use this to create a menu.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

What’s New in iOS 4.3

What’s New in iOS 4.3 | iPhone and iPad development | Scoop.it
With every iOS release Apple adds quite a few new features into it’s existing devices. So what iOS 4.3 is bringing down to the table?
No comment yet.
Scooped by Vincent Demay
Scoop.it!

Selling Content on the App Store – The New Rules

First of all, kudos to Apple for updating the guidelines. The paragraphs you should look at for this discussion are 11.12 – 11.14. Based on my reading (and keep in mind that I’m an iOS developer, not a lawyer) these are your options:

1. Use IAP only for selling content

2. Use a combination of IAP and your own ecommerce

3. Only rely on your ecommerce website
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)