关于UIImage,以下哪种说法是正确的
imageNamed方法先从缓存中加载,imageWithContentsOfFile方法从文件中加载
imageWithContentsOfFile是实例方法,initWithContentsOfFile是类方法
imageNamed方法可以直接加载沙盒中的图片
imageWithContentsOfFile方法可以直接加载沙盒中的图片