From d296bb43fa87faf5f050e3e92e3304e07d7cfbbc Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Mon, 4 Mar 2013 12:12:32 -0800 Subject: [PATCH] Update readme again --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 617d72a..0e0a27c 100644 --- a/README.md +++ b/README.md @@ -751,7 +751,7 @@ def table_data arguments: { id: 4 } }, { title: "Crazy Full Featured Cell", - subtitle: "This is way too huge..see note at bottom", + subtitle: "This is way too huge..see note", arguments: { data: [ "lots", "of", "data" ] }, action: :tapped_cell_1, cell_style: UITableViewCellStyleSubtitle, @@ -769,7 +769,10 @@ def table_data accessory_type: UITableViewCellAccessoryCheckmark, accessory_checked: true, # whether it's "checked" or not image: { image: UIImage.imageNamed("something"), radius: 15 }, - remote_image: { url: "http://placekitten.com/200/300", placeholder: "some-local-image", size: 50, radius: 15 }, # remote image, requires SDWebImage CocoaPod + remote_image: { # remote image, requires SDWebImage CocoaPod + url: "http://placekitten.com/200/300", placeholder: "some-local-image", + size: 50, radius: 15 + }, subviews: [ @some_view, @some_other_view ] # arbitrary views added to the cell }] }, {