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
33
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
110
iOS at FINN
3lvis
0
57
Modern Core Data
3lvis
0
56
Slack meets Hyper
3lvis
0
88
Other Decks in Programming
See All in Programming
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
130
CSC509 Lecture 05
javiergs
PRO
0
300
『毎日の移動』を支えるGoバックエンド内製開発
yutautsugi
2
260
monorepo の Go テストをはやくした〜い!~最小の依存解決への道のり~ / faster-testing-of-monorepos
convto
2
510
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
1
330
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
3.4k
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
930
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
870
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
220
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
230
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
200
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
740
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
Code Review Best Practice
trishagee
72
19k
Designing for humans not robots
tammielis
254
26k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Why Our Code Smells
bkeepers
PRO
340
57k
RailsConf 2023
tenderlove
30
1.3k
Designing Experiences People Love
moore
142
24k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
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!