From ea047525629b9fb1882063dc487353f7482ed184 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 22 May 2014 14:42:24 -0300 Subject: [PATCH] more about objective-c --- ios/ios.pin | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/ios/ios.pin b/ios/ios.pin index 4294c64..1c0a722 100644 --- a/ios/ios.pin +++ b/ios/ios.pin @@ -3,11 +3,11 @@ [black] [center] -[text-align=center] +# [text-align=center] [text-color=white] [shading-opacity=0.0] ---- +--- [text-align=center] Desenvolvimento iOS @@ -15,9 +15,41 @@ --- -Agenda +Agenda + +* Objective-C +* Storyboards +* Autolayout +* Code! + +--- + +Objective-C + +Tipo C/C++, mas tipo Smalltalk. + +--- + +Sem Guardiões + + + #ifndef MYCLASS_H + #define MYCLASS_H + + // código aqui + + #endif + + +--- + +Sem Guardiões -- Objective-C -- Storyboards -- Autolayout -- Code! + + #ifndef MYCLASS_H + #define MYCLASS_H + + // código aqui + + #endif +