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
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
190
XP, Testing and ninja testing
m_seki
3
190
NPOでのDevinの活用
codeforeveryone
0
260
Java on Azure で LangGraph!
kohei3110
0
170
Bytecode Manipulation 으로 생산성 높이기
bigstark
2
380
20250628_非エンジニアがバイブコーディングしてみた
ponponmikankan
0
430
生成AIコーディングとの向き合い方、AIと共創するという考え方 / How to deal with generative AI coding and the concept of co-creating with AI
seike460
PRO
1
330
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
130
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.4k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
250
Julia という言語について (FP in Julia « SIDE: F ») for 関数型まつり2025
antimon2
3
980
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
51
8.4k
Writing Fast Ruby
sferik
628
61k
Adopting Sorbet at Scale
ufuk
77
9.4k
Rails Girls Zürich Keynote
gr2m
94
14k
Being A Developer After 40
akosma
90
590k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Music & Morning Musume
bryan
46
6.6k
Why Our Code Smells
bkeepers
PRO
337
57k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
For a Future-Friendly Web
brad_frost
179
9.8k
Speed Design
sergeychernyshev
32
1k
Typedesign – Prime Four
hannesfritz
42
2.7k
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!