Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between the NSImage and UIImage?

Tags:

objective-c

what is the basic differences in using NSImage and UIImage for iPhone?

like image 591
Cathy Avatar asked Mar 10 '10 08:03

Cathy


1 Answers

UIKit (iPhone) definesUIImage and AppKit (Mac OS X) defines NSImage, you use the one for the platform you are targeting. (Be more specific if you want more specific answers.)

like image 159
Johan Kool Avatar answered Sep 17 '22 23:09

Johan Kool