ios-samples/Chat
Martin Løbger 7c2a7738e0
Fix crash in Chat sample and make it work correctly (#365)
* Fix crash in Chat sample and make it work correctly

* Update Chat/Chat/ChatViewController.cs

---------

Co-authored-by: Martin Loebger <extmloebger@gnresound.com>
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-12-22 16:40:11 +01:00
..
Chat Fix crash in Chat sample and make it work correctly (#365) 2023-12-22 16:40:11 +01:00
Screenshots [Chat] update for iPhone X 2017-12-19 09:38:13 -08:00
Chat.sln [Chat] initial commit for BubbleCell replacement sample 2015-04-11 00:22:35 +03:00
README.md onboard missing samples 2019-08-01 19:45:18 -07:00
metadata.xml [Chat] add brief tag 2015-05-05 16:31:36 +03:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Chat Shows one way of implementing a bubble-chat rendering similar to the iPhone Messages application. The ChatViewController renders the... sample
csharp
xamarin
chat

Chat

This project shows one way of implementing a bubble-chat rendering similar to the iPhone Messages application. The ChatViewController renders the discussion and resizes the input as needed.
This is the replacement for BubbleCell sample

Build Requirements

Building this sample requires Xcode 5.0 and iOS 7.0 SDK

Target

This sample runnable on iPhoneSimulator/iPadSimulator iPhone/iPad

Source

Inspired by the AcaniChat and JSQMessagesViewController