Skip to content

sibahota059/ScrollviewImageaddition

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published