mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-01-12 22:51:36 +08:00
4 lines
115 B
Ruby
4 lines
115 B
Ruby
def load_image(path)
|
|
NSData.dataWithContentsOfFile(NSBundle.mainBundle.pathForResource(path, ofType:'jpeg'))
|
|
end
|