background preloader

Tutoriel

Facebook Twitter

iPhone Tutorials. BecomeAnXcoder-Français. Submitted by alex on Fri, 03/28/2008 - 07:30.

BecomeAnXcoder-Français

Un livre gratuit pour commencer avec Cocoa à l'aide d'Objectif-C Donnez s'il vous plaît! Si vous appréciez notre travail, veuillez prendre une minute pour envoyer un don. Bert Altenburg, auteur d'AppleScript for Absolute Starters (AppleScript pour parfaits débutants) , en collaboration avec Alex Clarke et Philippe Mougin, a publié un livre pour les nouveaux venus sur la programmation Cocoa à l'aide d'Objectif-C et XCode. Ce tutoriel est écrit pour non-programmeurs et vise à niveler, autant que possible, la courbe d'apprentissage.

BecomeAnXcoder a été téléchargé plus de 110.000 fois depuis Mai 2006. Note importante: BecomeAnXcoder en Chinois, Arabe et Japonais ont été écrits pour Mac OS X 10.4 Tiger, et donc contiennent des informations obsolètes. La version en ligne du livre est toujours la plus à jour. Online Translations PDF Downloads Français Leopard livre. Cocoa Dev Central. Forum iPhone, iPad & iPod Touch - iPhon.fr / [ TUTO ] Développer. Bonjour à tous, Merci pour vos réponses à ce tuto et pour la news sur le blog :-) (j'ai vu ça ce matin à 6h30 en rentrant de boîte...)

Forum iPhone, iPad & iPod Touch - iPhon.fr / [ TUTO ] Développer

Laurent-iPhon.fr a écrit:Une question, de ton coté, tu as des projets de devs en cours ? Voici quelques projets en cours : - Spherik (jeu de plateforme)"Ca serait" un croisement entre le fameux Labyrinth ( et le classique Marble Madness ( … me_id=8618).En résumé : des niveaux vastes (scrolling) et interactifs (pièges, boue, plaques glissantes, tapis roulant, interrupteurs accessibles par l'écran tactile, etc.) pour utiliser à la fois l'acceleromètre et le multi-touch. J'ai réalisé une version "vue de côté" de ce jeux pour calculatrice TI_89/92 et c'est avec l'iPhone que ce jeu prendrais tout son intérêt.

AppsAmuck iPhone Development Tutorials and Examples. Le blog iPhone » Développer pour iPhone : initiation et tuto. L'environnement La programmation sur iPhone se fait en Objective-C, un langage qui nécessite l'utilisation de X-Code, environnement de développement pour Mac OS X.

Le blog iPhone » Développer pour iPhone : initiation et tuto

La programmation passe donc obligatoirement par un support Mac. Tutorial. [Objective-c] Tutorial Core-plot, création d’un graphique camembert juillet 18, 2012 Apres avoir créé un graphique classique, on va voir maintenant comment créer un graphique type camembert ou PieChart.

Tutorial

Catégorie(s): Développement, Iphone, Objective-C, Tutorial | Comments (0) Mac Developer Tips » Objective-C: Categories. As an alternative to subclassing, Objective-C categories provide a means to add methods to a class.

Mac Developer Tips » Objective-C: Categories

What’s intriguing, is that any methods that you add through a category become part of the class definition, so to speak. In other words, if you add a method to the NSString class, any instance, or subclass, of NSString will have access to that method. Defining a category is identical to defining the interface for a class, with one small exception: you add a category name inside a set of parenthesis after the interface declaration. The format is shown below: For example, below I’ve defined a category that adds a method to the NSString class. Quick, easy-to-understand tips for using Mercurial / hg tip. Objective C. Brow/leaves. iOS KML Framework. Objective-C. Clark Verbrugge’s Hex Grids. Update: Also see Amit’s guide to hex grids (2013), where I expand on the ideas Clark Verbrugge posted in this article.

Copyright (c) Clark Verbrugge, 1997. [clump@cs.mcgill.ca] Copyright (c) Clark Verbrugge, 1996. This article may be freely distributed as long as this attribution is included. This is version 3 of this document. The original version of the document can be found on Clark’s site. Contents: (0) Version History(1) The Hexagonal Coordinate System(2) Distance in Hexspace(3) Line of Sight (LOS) in Hexspace(4) How to Use Rectangular Arrays of Hexagons(5) Distance and LOS in a Rectangular Array of Hexagons(6) LOS by Intersection of Hexagons with a Straight Line(7) Euclidean Field of View (FOV) on a Hexagonal Grid(8) References (0) Version History 3 : Added this section, and sections on FOV and LOS by intersection 2.1: Fixed bug in Floor2 and Ceil2, which gave wrong values for negative inputs. 2 : Addition of material dealing with rectangular patches of hexagons. and thus, dist = 2; iPhone Resource for Developers and Entrepreneurs.

iPhone Dev Center: iPhone Human Interface Guidelines: Applicatio. A simple example of navigator.geolocation.watchPosition() How to build a custom control in iOS - Think & Build. Following the many requests on Reddit, here we go with the first article about custom controls.

How to build a custom control in iOS - Think & Build

Thanks for suggesting it! Whether you design your super custom user interfaces yourself, or a designer does the job for you, UIKit standard controls won’t likely be enough for your needs. For example, what if you want to build a control to help the user select an Angle value between 0 and 360? Developer.casgrain.com » Automatically localize your nibs when b. iPhone 3D Programming. Mozilla Firefox. NeHe Productions: Main Page. Xcode/GLUT Tutorial.