This returns a square thumbnail image representing the asset. The image will be rendered in the correct orientation, so it is not necessary to apply any rotation on the returned image.
Starting with iOS 5, you can also use ALAsset.AspectRatioThumbnail() property to get a thumbnail that preserves the original aspect ratio of the image, instead of the square/cropped version returned by this property.