mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-26 15:06:20 +08:00
Merge pull request #525 from chrise86/master
Adds DummyImageView to fix #522 table cell remote_image stub issue
This commit is contained in:
7
lib/ProMotion/stubs/dummy_image_view.rb
Normal file
7
lib/ProMotion/stubs/dummy_image_view.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class DummyImageView < UIImageView
|
||||
private
|
||||
|
||||
def dummy
|
||||
imageForURL(nil, completionBlock:nil)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user