spec/unit/tables/table_module_spec.rb in ProMotion-2.3.1 vs spec/unit/tables/table_module_spec.rb in ProMotion-2.4.0
- old
+ new
@@ -22,10 +22,10 @@
view: :switch, # currently only :switch is supported
type: UITableViewCellAccessoryCheckmark,
value: true # whether it's "checked" or not
},
image: { image: @image, radius: 15 },
- remote_image: { # remote image, requires JMImageCache CocoaPod
+ remote_image: { # remote image, requires SDWebImage CocoaPod
url: "http://placekitten.com/200/300",
placeholder: "some-local-image",
size: 50,
radius: 15
},