Files
redpotion/spec/helpers/load_image.rb
Mark Rickert 77b06c92be Adds remote_image styler for UIImageView
Documentation in readme.
2015-02-27 18:40:26 -06:00

4 lines
115 B
Ruby

def load_image(path)
NSData.dataWithContentsOfFile(NSBundle.mainBundle.pathForResource(path, ofType:'jpeg'))
end