<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multiline cells in iPhone SDK 3.0</title>
	<atom:link href="http://blog.emmerinc.be/index.php/2009/06/21/multiline-cells-in-iphone-sdk-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emmerinc.be/index.php/2009/06/21/multiline-cells-in-iphone-sdk-3-0/</link>
	<description>Tales from a .NET developer who's making the jump to the iPhone &#38; App Store wonderland.</description>
	<lastBuildDate>Tue, 06 Jul 2010 12:17:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yannick Compernol</title>
		<link>http://blog.emmerinc.be/index.php/2009/06/21/multiline-cells-in-iphone-sdk-3-0/comment-page-1/#comment-2109</link>
		<dc:creator>Yannick Compernol</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=520#comment-2109</guid>
		<description>Have a look at these methods, these allows you to calculate the size of a certain string with a specific font constrained to a specific rectangle.

- (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size

- (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(UILineBreakMode)lineBreakMode

Link to the iPhone developer documentation:
http://developer.apple.com/iphone/library/documentation/UIKit/Reference/NSString_UIKit_Additions/Reference/Reference.html#//apple_ref/occ/instm/NSString/sizeWithFont:constrainedToSize:lineBreakMode:</description>
		<content:encoded><![CDATA[<p>Have a look at these methods, these allows you to calculate the size of a certain string with a specific font constrained to a specific rectangle.</p>
<p>- (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size</p>
<p>- (CGSize)sizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size lineBreakMode:(UILineBreakMode)lineBreakMode</p>
<p>Link to the iPhone developer documentation:<br />
<a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/NSString_UIKit_Additions/Reference/Reference.html#//apple_ref/occ/instm/NSString/sizeWithFont:constrainedToSize:lineBreakMode" rel="nofollow">http://developer.apple.com/iphone/library/documentation/UIKit/Reference/NSString_UIKit_Additions/Reference/Reference.html#//apple_ref/occ/instm/NSString/sizeWithFont:constrainedToSize:lineBreakMode</a>:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catalin</title>
		<link>http://blog.emmerinc.be/index.php/2009/06/21/multiline-cells-in-iphone-sdk-3-0/comment-page-1/#comment-2108</link>
		<dc:creator>Catalin</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=520#comment-2108</guid>
		<description>Thanks a lot, it&#039;s exactly what I&#039;m looking for.
How can you calculate the height needed to show the desired text?</description>
		<content:encoded><![CDATA[<p>Thanks a lot, it&#8217;s exactly what I&#8217;m looking for.<br />
How can you calculate the height needed to show the desired text?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
