开发者

How to create skype like message window?

开发者 https://www.devze.com 2022-12-15 09:58 出处:网络
I am just trying to design skype like message window , for this I have taken the NSDrawer element. It contains : a table view on left, menu items on top, text field on right bottom and text view at ce

I am just trying to design skype like message window , for this I have taken the NSDrawer element. It contains : a table view on left, menu items on top, text field on right bottom and text view at central portion on right side. Using text view I can play with string being displayed but I cannot draw the line between messages or round rectangle surrounding user name and time stamp.

Can anyone suggest me how can I achieve same look and feel for central message view as in skype?? or is there any better control then N开发者_开发问答STextView to be used for it??

Thanks, for any suggestion... Miraaj


The Adium instant messaging app is open source, why not see how they've done it?

http://trac.adium.im/wiki/GettingAdiumSource

0

精彩评论

暂无评论...
验证码 换一张
取 消