Skip to content

Addition of getAllResolvers() into SwipePlaceHolderView

Choose a tag to compare

@janishar janishar released this 29 Mar 11:31

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
}