Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Make your first iPhone app Workshop
Search
Elvis Nuñez
June 06, 2019
Programming
0
32
Make your first iPhone app Workshop
Workshop held in collaboration with Women in Tech Oslo. We learned how to make a ToDo list.
Elvis Nuñez
June 06, 2019
Tweet
Share
More Decks by Elvis Nuñez
See All by Elvis Nuñez
Building a thriving apps culture
3lvis
0
120
AR, ARKit and Meeting Room Finder
3lvis
0
110
iOS at FINN
3lvis
0
56
Modern Core Data
3lvis
0
54
Slack meets Hyper
3lvis
0
87
Other Decks in Programming
See All in Programming
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
150
なぜ「共通化」を考え、失敗を繰り返すのか
rinchoku
1
530
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
220
ニーリーにおけるプロダクトエンジニア
nealle
0
510
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
Select API from Kotlin Coroutine
jmatsu
1
190
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
220
Go1.25からのGOMAXPROCS
kuro_kurorrr
1
810
Rubyでやりたい駆動開発 / Ruby driven development
chobishiba
1
420
XSLTで作るBrainfuck処理系
makki_d
0
210
Featured
See All Featured
Documentation Writing (for coders)
carmenintech
72
4.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.8k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Code Review Best Practice
trishagee
68
18k
Why Our Code Smells
bkeepers
PRO
337
57k
4 Signs Your Business is Dying
shpigford
184
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Building Applications with DynamoDB
mza
95
6.5k
Done Done
chrislema
184
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
Transcript
My first app https://github.com/3lvis/toyay By Elvis Nuñez
Why iOS? Why iPhone? Why Mobile? Why Now? WHY?!
None
None
None
None
Public Release June 2nd, 2014 Main programming language to build
• iOS • macOS • tvOS • watchOS One of the most loved programming languages in StackOverflow Climbing to the one of the top programming languages in TIOBE Swift
What are we gonna cover?
None
None
UIImageView UIButton UINavigationBar UIImageView UILabel UITextView
UIViewController UINavigationViewController UITabBarController
8 simple steps
Download the template project git clone
[email protected]
:3lvis/Toyay.git
Tweak the background color
UITableViewController w/ hardcoded data
Add and use a model
None
Add new item + button on top right corner
Slide to complete
Persist data
Add a date
Let’s do this!