Re: how do I make chat bubbles using a custom cell
Re: how do I make chat bubbles using a custom cell
- Subject: Re: how do I make chat bubbles using a custom cell
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 15 Jul 2008 22:50:51 -0600
On Jul 15, 2008, at 9:08 PM, TARUN CHAPLOT wrote:
I am very new to objective C and working on some application which
needs to create Chat bubbles similar to iChat.
Can anybody help me to find some documentation or the sample code
which will help me to make chat bubbles using custom cell.
That sounds like something that would be way over the top for a
beginner's project, unless you have a lot of experience with vector
drawing on other platforms. But FWIW, I suspect iChat internally uses
a WebView to draw the chat area. You can probably also MacGuyver such
a view by using NSCollectionView, NSBezierPath, and text drawing,
using NSLayoutManager to calculate the sizes of the text. Good luck...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden