![]() |
|
Text bubbles - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: Text bubbles (/thread-2548.html) |
Text bubbles - martay - Jul 2, 2008 01:17 PM I'm writing a little game where characters say things in bubbles. This is not using OpenGL, only the UI* toys (like UILabel). When the character says something, I want there to be a chat bubble nicely placed around it that scales with the width/height of the text (think iChat). Does anybody have a smooth way of doing this? At the moment I feel like I'm facing down a huge series of hacks to get this to work. Thanks! Text bubbles - aegidian - Jul 2, 2008 04:36 PM Tried asking Jens Alfke? Text bubbles - kodex - Jul 2, 2008 05:02 PM In accordance with the iPhone NDA we won't be able to share code to assist you with this. You may want to try researching on developer.apple.com/iphone Text bubbles - martay - Jul 3, 2008 07:32 AM kodex Wrote:In accordance with the iPhone NDA we will be able to share code to assist you with this. You may want to try researching on developer.apple.com/iphone Is that a "we will be able to" or a "we won't be able to" ? I haven't run into Jens Alfke yet, but I did find his website. Does he have code samples up somewhere, or is he just a code contact since he worked on ichat? Text bubbles - kodex - Jul 3, 2008 01:44 PM martay Wrote:Is that a "we will be able to" or a "we won't be able to" ? Sorry for the typo that was meant to be "We won't be able to" Text bubbles - aegidian - Jul 4, 2008 12:33 AM martay Wrote:Is that a "we will be able to" or a "we won't be able to" ? He created/worked on the iChat bubbles and if anyone could be considered the expert on them, it's him. And he's a reasonably friendly chap, obviously just don't expect any help that might still be under an NDA. |