Method: AppDelegate#test_image
- Defined in:
- app/app_delegate.rb
#test_image ⇒ Object
9 10 11 12 13 |
# File 'app/app_delegate.rb', line 9 def test_image @path = "#{NSBundle.mainBundle.resourcePath}/sample.jpg" @url = NSURL.fileURLWithPath(@path) cg_image_source = CGImageSourceCreateWithURL(@url, nil); end |