Swift: FB Messenger - Send Messages, Inserting Rows for UICollectionView (Ep 8)

preview_player
Показать описание
Today we go over how to send an outgoing message in our Facebook Messenger application. In addition, I'll teach you how to properly insert rows into a collection view based on the date of the message.

Previous lessons:

Completed Source Code:

Рекомендации по теме
Комментарии
Автор

Dear bro!

I love your videos, its really best coding practise. please try to continue making these tutorials, Im 100% sure your changing many people life. Before I used build app using storyboard, since I have started watching your videos I no more use that Shit!

I have watched all of your videos, so keep it up and thank you so much :)

mirsha
Автор

Dang wifi at the hotel is so bad! Can't wait to be back home to catch up with the last two videos you posted. Keep up the great work, thank you so much.

HerbivoreJesus
Автор

Kicking Udacity, Udemy and Coursera iOS assess. Very well done and thank you very much.

juanmiguelcabralvirgen
Автор

Thanks a lot my friend! I am improving a lot my developing skills in swift, Finally i will start a app on iOS and i want to say you again: Thank you!

elira
Автор

Hi! Great series. Thanks for all the tips.
Will you do a video or two on Testing (Unit Testing, UI Testing) later on? I think it may help a lot of people.

GillesVandenPeereboom
Автор

Hi,

Do you know why xcode might be saying "*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to insert item 3 into section 0, but there are only 3 items in section 0 after the update'"

Thank you! This is really helpful!

quinnwang
Автор

Hey Brian,
I like the way you code without the storyboard and view files...i really hate those things. Excellent tutorials and are very easy to follow as well.
By the way i have a question for you, how can we implement a swipe cell like MGSwipeTablecell with UICollectionView?

arusselkm
Автор

Hey Brian. I have multiple error messages when I download the completed source code. I was wondering if you could help me solve them. Also your videos are awesome and I can really see your channel blowing up.

jacobcurtis
Автор

Hi, I have a question regarding your cleaver function String, views: UIView...). I have some difficulties understanding the format concept. Example if you would have a UIView placed in (X, Y) position of the main view with a height of H and width of W, how would you define it in the format?

BTW you have awesome SWIFT build guides :)

Thanks in in advance (Sry for my bad English)

filipbyren
Автор

Did I miss something or is there still a problem loading new messages.  At the beginning of the course we do a ClearData then a load, how does the new message get appending with this process?

peteralexeichik
Автор

Please can you answer my question on the discussion!!

jacobcurtis
Автор

i want to add date and time at right lower of the chat bubble, ,, can u help me ?

nitinbhatia
Автор

Hello! I have a question.. why are you using UICollectionView instead of using UITableView?

robertconstantinescu
Автор

insertionIndexPath as IndexPath, at: .bottom, animated: true)

doesn't work on swift 3 it doesn't scroll until the end of the last message?

SteveWoznokav
Автор

hey Brian why error occur when i add
button.addTarget(self, action: #selector(handleSend)...)
when change to
button.addTarget(self, action: "handleSend"...)
is ok? thank you

billr
Автор

hey would you be interested in starting a start up together? I just have to commence UI/UX design :)

melsmith