Addition of getAllResolvers() into SwipePlaceHolderView
getAllResolvers() has been added to the SwipePlaceHolderView. This method will give the list of all the currently added and reserved views in the SwipePlaceHolderView.
Example:
for(Object view : mSwipeView.getAllResolvers()){
// do with the added view objects
}