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
34
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
130
AR, ARKit and Meeting Room Finder
3lvis
0
120
iOS at FINN
3lvis
0
59
Modern Core Data
3lvis
0
57
Slack meets Hyper
3lvis
0
89
Other Decks in Programming
See All in Programming
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
190
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
16
3.2k
CSC307 Lecture 14
javiergs
PRO
0
470
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.1k
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
600
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
180
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
110
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
220
CS教育のDX AIによる育成の効率化
niftycorp
PRO
0
130
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
130
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.9k
Everything Claude Code OSS詳細 — 5層構造の中身と導入方法
targe
0
120
Featured
See All Featured
Building the Perfect Custom Keyboard
takai
2
710
Side Projects
sachag
455
43k
Marketing to machines
jonoalderson
1
5k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
Agile that works and the tools we love
rasmusluckow
331
21k
Ruling the World: When Life Gets Gamed
codingconduct
0
180
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
Music & Morning Musume
bryan
47
7.1k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
Typedesign – Prime Four
hannesfritz
42
3k
The Mindset for Success: Future Career Progression
greggifford
PRO
0
280
Site-Speed That Sticks
csswizardry
13
1.1k
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!