diff --git a/docs/gfx/NINetworkImageViewExample1.png b/docs/gfx/NINetworkImageViewExample1.png index 084b97bbe..093936ca2 100644 Binary files a/docs/gfx/NINetworkImageViewExample1.png and b/docs/gfx/NINetworkImageViewExample1.png differ diff --git a/src/networkimage/src/NINetworkImageView.m b/src/networkimage/src/NINetworkImageView.m index 32d6caa70..6f7b34cfa 100644 --- a/src/networkimage/src/NINetworkImageView.m +++ b/src/networkimage/src/NINetworkImageView.m @@ -19,7 +19,6 @@ #import "NINetworkImageView.h" #import "NimbusCore.h" - #import "NINetworkImageRequest.h" diff --git a/src/networkimage/src/NimbusNetworkImage.h b/src/networkimage/src/NimbusNetworkImage.h index 644323283..8fc853bee 100644 --- a/src/networkimage/src/NimbusNetworkImage.h +++ b/src/networkimage/src/NimbusNetworkImage.h @@ -23,6 +23,19 @@ * Image views that load images from the network and efficiently store the result in memory and on * disk. * + * @image html NINetworkImageViewExample1.png "The various available content modes." + * + *

Minimum Requirements

+ * + * Required frameworks: + * + * - UIKit.framework + * - CoreText.framework + * + * Minimum Operating System: iOS 4.0 + * + * Source located in src/networkimage/src + * * Presented below is an architectural overview of the Nimbus network image library. * * @image html NINetworkImageDesign1.png "NINetworkImage Design" @@ -48,20 +61,12 @@ * in the future. * -# At last, the image view sets the new image and displays it. * - *

Demo Applications

- * - * BasicNetworkImage - Demos each of the image content modes. [README] - * - * This demo sets up a scroll view of network images that each show a different UIViewContentMode - * of the same image. The in-memory cache size is also displayed as the images are loaded. - * - * @image html NINetworkImageViewExample1.png "Screenshots of the BasicNetworkImage demo application." - * */ #import #import +#Import "NimbusCore.h" #import "NINetworkImageView.h" /**@}*/