/ScrollviewImageaddition

A light weight control to insert or delete image inspired by itunes.

Primary LanguageObjective-C

ScrollviewImageaddition

A light weight control to insert or delete image inspired by itunes.

Just add the following line to add a picture.

[self insertImageAtindex:ImageArray.count imageis:[UIImage imageNamed:@"all_icon.png"]];

the following line to remove a picture.

[self DeleteImageAtindex:x]; // where x is the index value in int.

Screen in landscape

Screen in Portrait