iOS Development with Swift Tutorial - 20 - Table Views

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Pragmatic, concise, easy to understand. Not a word wasted.

waynespader
Автор

man I laugh like any thing, when you say son of a in this video. Thanks, you make great videos.

muralidharmoka
Автор

This is a most amazing moment for me. Thank you Bucky.

ladyalice
Автор

For those asking Bucky Roberts to dedicate some videos developing a real app. It's highly advisable you try doing it yourself because if you notice carefully most of his videos are done in a hierarchical method from the basics up. So when you following please try and build up on the previous ones you have done or practise them on your own. And if you have a problem post it on thenewboston forum there are people who are more than willing to help. Although it's highly recommended to solve errors and other related issues you might encounter on your own after practise makes :)

MS-cbde
Автор

Buddy you laugh every time you say bacon. Even after all these years.

chapinkapa
Автор

Hi Bucky. would it be possible to make a tutorial on passing data from tableView to tableView using custom cells?

beatmasters
Автор

You explain Table views much better than the Rob Percival at Udemy. He just jumps into and doesn't explain it the way you do.

bitsurfer
Автор

every time i type "UITable" i have to type the whole thing "funct numberofsection the suggestions dropdown don't come in did you install anything ?

kishansarvaiya
Автор

I've done everything as +Bucky Roberts instructs, but the first line (class ViewController: UIViewController, UITableViewDataSource {) throws an error and won't compile.

It says "Type 'ViewController' does not conform to protocol 'UITableViewDataSource'".

It also suggests some changes in func tableView(_ tableView: UITableView, cellForRowAtIndexPath IndexPath: NSIndexPath) ->

(changing NSIndexPath to only IndexPath, which then throws an error on this same line etc etc etc).

Am I using a different version of Swift with another syntax? :(

whateverrandomnumber
Автор

Mine doesnt show anything on the tableview

ecptavares
Автор


i opened the project to see that there was no storyboard. I asked a buddy and he explained to me that it has to be imported via CocoaPod and that is difficult to customize. Can you make a tutorial how to incorporate a side drawer OR how to use cocoapod? 

If you're too busy, i understand. it was worth a try asking, haha. Thanks man!

JinJung