Open cesarmtz93 opened 5 years ago
I changed the
self.view.safeAreaLayoutGuide.bottomAnchor
to only
self.view.safeAreaLayoutGuide
self.bottomChatInputConstraint = NSLayoutConstraint(item: chatInput, attribute: .bottom, relatedBy: .equal, toItem: self.view.safeAreaLayoutGuide, attribute: .top, multiplier: 1.0, constant: 0)
and it no longer crashed the next problem that I encountered is that it's not rendering the messages or toolbar
Getting this error @loganwright, @little2s haven't figure out the why on this!
update triggered on this line