Glenn thank you, I will revisit the design. as for using Core Text, I read the doc, but unfortunately for me I'm still novice at drawing stuff. I need to read more about it as it is the only way to get exactly what I want from the platform. so it is in the top of the todo list.
best regards. Sandro. > > Rethink your design - putting a UIWebView inside a UITableView is usually a > bad idea for a number of reasons, including: > - not being able to tell the height of the view until far too late to be any > good (UITableView needs to know before it is displayed, UIWebView can't know > until after everything has been loaded) > - views which scroll vertically inside other views which scroll vertically > can cause a bad user experience (though at least as of 3.x they work - in > previous OSes the results were far less useful), > - UIWebView is a very heavy weight view, and UITableViewCells are designed to > be light weight > > You should probably put the resulting UIWebView in its own view controller, > and push that as a disclosure of the table cell (or detail disclosure). > > If your goal is just to display "styled text" inside a table row, you can use > things like NSAttributedString/CoreText (or for pre 3.2 support, > CFAttributedString & custom drawing routines). > > > Glenn Andreas gandr...@gandreas.com > The most merciful thing in the world ... is the inability of the human mind > to correlate all its contents - HPL > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com