NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The NIGroupedCellBackground class provides support for generating grouped UITableView cell backgrounds.
Tasks | |
(UIImage *) | - imageForFirst:last:highlighted: |
Returns an image for use with the given cell configuration.
The returned image is cached internally after the first request. Changing any of the display properties will invalidate the cached images.
first | YES will round the top corners. |
last | YES will round the bottom corners. |
highlighed | YES will fill the contents with the highlightedInnerGradientColors. |