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
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
160
Rancher と Terraform
fufuhu
2
550
旅行プランAIエージェント開発の裏側
ippo012
2
910
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
AIコーディングAgentとの向き合い方
eycjur
0
270
複雑なフォームに立ち向かう Next.js の技術選定
macchiitaka
2
160
機能追加とリーダー業務の類似性
rinchoku
2
1.3k
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
180
Improving my own Ruby thereafter
sisshiki1969
1
160
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
470
RDoc meets YARD
okuramasafumi
4
170
Featured
See All Featured
The Language of Interfaces
destraynor
161
25k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
How STYLIGHT went responsive
nonsquared
100
5.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Code Review Best Practice
trishagee
70
19k
Embracing the Ebb and Flow
colly
87
4.8k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
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!