Working with an array of UIViews and UIImageViews ([[[UIApplication sharedApplication] window] subviews]). I need to remove only the object of the highest index of the UIImageView type.
Working with an array of UIViews and UIImageViews ([[[UIApplication sharedApplication] window] subviews]). I need
Share
another block-based solution
non-block solution:
I published some demo code, that shows both solutions.