|
|
@ -3,11 +3,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
[black] |
|
|
|
[black] |
|
|
|
[center] |
|
|
|
[center] |
|
|
|
[text-align=center] |
|
|
|
# [text-align=center] |
|
|
|
[text-color=white] |
|
|
|
[text-color=white] |
|
|
|
[shading-opacity=0.0] |
|
|
|
[shading-opacity=0.0] |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
--- [text-align=center] |
|
|
|
|
|
|
|
|
|
|
|
<b><big>Desenvolvimento iOS</big></b> |
|
|
|
<b><big>Desenvolvimento iOS</big></b> |
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,41 @@ |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
<b>Agenda</b> |
|
|
|
<b><big>Agenda</big></b> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Objective-C |
|
|
|
|
|
|
|
* Storyboards |
|
|
|
|
|
|
|
* Autolayout |
|
|
|
|
|
|
|
* Code! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b><big>Objective-C</big></b> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tipo C/C++, mas tipo Smalltalk. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b><big>Sem Guardiões</big></b> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tt> |
|
|
|
|
|
|
|
#ifndef MYCLASS_H |
|
|
|
|
|
|
|
#define MYCLASS_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// código aqui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
</tt> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b><big>Sem Guardiões</big></b> |
|
|
|
|
|
|
|
|
|
|
|
- Objective-C |
|
|
|
<tt> |
|
|
|
- Storyboards |
|
|
|
<s>#ifndef MYCLASS_H</s> |
|
|
|
- Autolayout |
|
|
|
<s>#define MYCLASS_H</s> |
|
|
|
- Code! |
|
|
|
|
|
|
|
|
|
|
|
// código aqui |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<s>#endif</s> |
|
|
|
|
|
|
|
</tt> |
|
|
|