Hello,
I was just wondering how Finder shows the applications icons. So I thought of writing a program.
I am specifying the .app path in my application. And I want to programatically determine the application icon and show it in the Imageview on my application.
I read through the documentation and found method pathForResource which can be used to determine the path for a resource.
Also we have the CFBundleIconFile key in the info.plist for applications.
So I was thinking which method, should be used. Or is there any other better way of doing this?
Inputs welcome.
I was just wondering how Finder shows the applications icons. So I thought of writing a program.
I am specifying the .app path in my application. And I want to programatically determine the application icon and show it in the Imageview on my application.
I read through the documentation and found method pathForResource which can be used to determine the path for a resource.
Also we have the CFBundleIconFile key in the info.plist for applications.
So I was thinking which method, should be used. Or is there any other better way of doing this?
Inputs welcome.