removeAllImages()
Removes all images from the post.
Declaration
func removeAllImages() -> BoolReturn Value
Returns a Boolean value that indicates whether the images were successfully removed.
Discussion
If the view controller has already been presented to the user when removeAllImages() is called, the method returns false and the images are not removed.