Picture view
The picture view displays a picture or a series of animated pictures.
API NOTE
See Uiimageview Learn more about defining picture views in your code.
A picture view:
- No pre-defined appearance and user interaction is not allowed by default
- Check the properties of the picture and its top view to determine whether the picture should be stretched, matched, or nailed to a specific location
In iOS 7 and later systems, a picture view with a template picture provides the current base color to the picture.
as much as possible, make sure that all the pictures in a picture view have the same size and use the same stretch. If your pictures have different sizes, the picture view will adjust them separately, and if your pictures use different stretch factors, they may be handled incorrectly.
This article is translated from the official Apple development document to view the integration set: Https://github.com/Cloudox/iOS-Human-Interface-Guidelines All rights reserved: Http://blog.csdn.net/cloudox_
"IOS Human Interface Guidelines"--image View