KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
BORChat
★ 47
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
RBGParser
:
Graph-based Dependency Parser
famous-meteor
:
Example with famo.us, meteor, and iron-router
NooNooFluentRegex
:
Build PHP Regex expressions using fluent setters and English language terms
cbFlyout
:
cbFlyout responsive navigation jQuery plugin
Bluetooth-Manager-for-Glass
:
Easily add and remove Bluetooth devices from Google Glass. No need for the Settings.apk anymore.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
BORChat
?
Download (.md)
# BORChat [](http://cocoadocs.org/docsets/BORChat) [](http://cocoadocs.org/docsets/BORChat) Chat room that tries to mimic iMessage with bouncy bubbles ## Usage  To run the example project; clone the repo, and run `pod install` from the Example directory first. In orde to use in your project subclass BORCharRoom view controller and override 'sendMessage'. ```objective-c - (void)sendMessage { id <BORChatMessage> message = [[BORChatMessage alloc] init]; message.text = self.messageTextView.text; message.sentByCurrentUser = YES; message.date = [NSDate date]; [self addMessage:message scrollToMessage:YES]; [super sendMessage]; } ``` ## Requirements ## Installation BORChat is available through [CocoaPods](http://cocoapods.org), to install it simply add the following line to your Podfile: pod "BORChat" ## Author Bohdan Orlov, bohdan.orlov@onefinestay.com ## License BORChat is available under the MIT license. See the LICENSE file for more info.