This might be worth looking into for a concrete code example: https://skytrix.qx.ly/b/tHq4
Trevor On Apr 25, 2012, at 9:53 AM, Fritz Anderson <[email protected]> wrote: > On 21 Apr 2012, at 5:36 PM, The Rhythmic wrote: > >> Hi, Am a newbie to iOS programming. In the app am writing, am adding user >> inputs dynamically/programmatically to UITableView. For each user input, I >> put it in a UITableViewCell and add it to the UITableView. I want the table >> cells to look like in the iPhone 'Messages' screen (like a bubble or some >> embossed look of the 'entire' cell). How is this possible? Any help please? > > Prepare your background image so it shows all your effects for the corners > and sides, around the smallest practical content: The smallest correct > representation of your bubble. Add it to your project as a resource. Load the > resource from the bundle as a UIImage. Send it -resizableImageWithCapInsets:. > Now you have an image you can use as a background that you can stretch to fit > the content. > > — F > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/trevorjordansheridan%40gmail.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
