Skip to content

michailmishev/TextMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextMe

TextMe is an iOS Chat App.

The Application is written in Swift 4 and works on all mobile Apple devices in portrait mode. It uses Firebase database for register/login user authentication and storing messages. The chat is shown in TableView, the color of the cells differs depending who the sender is. The keyboard pops up and hides with UIAnimation. Progress HUD is shown while user is waiting for registration or loggin in. The ViewControllers are embed in NavigationController.