Custom Table View Cells! (XIB Files : Swift 3 in Xcode 8)

Custom Table View Cells! (XIB Files : Swift 3 in Xcode 8)

Jared Davidson

7 лет назад

159,452 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

julie
julie - 20.01.2022 05:33

Vada

Ответить
Rider Mtsweni
Rider Mtsweni - 29.07.2021 16:39

Awesome video ☺️

Ответить
Nilesh Darji
Nilesh Darji - 19.07.2021 17:57

Why do we create a tableview cell with XIB? We can also create a custom cell by adding a prototype cell in tableview. Do you have example of scenario where creating a tableview cell with XIB is a must?

Ответить
Ricardo Sanchez Macias
Ricardo Sanchez Macias - 25.06.2020 07:19

Thank you! I just added reusableIdentifiers but great tutorial

Ответить
Joel Herso
Joel Herso - 18.05.2020 01:44

Thank u so much man

Ответить
Della Mbaacha
Della Mbaacha - 16.08.2019 00:05

Thank you Jared.

Ответить
Donat Hmm
Donat Hmm - 17.04.2019 15:17

Easy

Ответить
Lucas
Lucas - 11.04.2019 03:00

Will this work in Swift 4 as well?

Ответить
moez cherif
moez cherif - 06.03.2019 14:57

thank you

Ответить
Bijender Singh
Bijender Singh - 31.01.2019 15:39

thanx bro for this tut.

Ответить
FEY'SCONTROL
FEY'SCONTROL - 30.12.2018 00:27

I am a .NET developer and I am testing the Mac world since 3-4 days. I am absolutely terrified how different and out of control the development in xCode is. One of things I still cannot figure out is where I can see the markup code of the interface I am creating as in .NET - the XAML file. In order to fix something I need to click with the mouse 1000 times like I am a secretary in some firm. First I need to find it, that is...Things seem super unintuitive and hard to be found.

Ответить
MR MR
MR MR - 14.11.2018 11:26

I sir, I just wanna know what if I use a tableView to cover a question and answer choices this for a quiz app how can I separate "question.count" and "answerChoice.count"?
Thanks :)

Ответить
w3axis
w3axis - 20.03.2018 08:24

so i am using let nibFile : UINib = UINib(nibName: "BrowseProjectCell", bundle: nil)
proCollectn.register(nibFile, forCellWithReuseIdentifier: "browseprojectcell")
so that i can use deque in collectionview

Ответить
w3axis
w3axis - 20.03.2018 08:17

here u r creating new cell everytime , shouldnt we use deque concept?

Ответить
Majid Omar
Majid Omar - 18.03.2018 18:30

I want to display content consists of images text map buttons .. and I decided to use table view to use one cell ..

The question now

Am i in correct way ?

Ответить
josé miguel zea guerrero
josé miguel zea guerrero - 11.02.2018 06:16

This video it's great! I found my answer and create a great custom view. Thx so much

Ответить
Vijay Tanala
Vijay Tanala - 10.01.2018 13:49

Hi,
Jared Davidson
make videos on autolayout concept

Ответить
Ryan Joesting
Ryan Joesting - 06.01.2018 00:34

Hey @Jared Davidson, can you please update this tutorial for Swift 4 in Xcode 9? Trying to follow along, but am getting error that says "Cannot subscript a value of type '[cellData]' with an index of type 'cellData'" when trying to create the array of cellData structs. Please help!

Ответить