6pods
This UIVisualEffectsView subclass allows to dynamically adjust blur radius and other values by changing a lot of properties.
License: MIT
Simply observe ViewModel changes by View layer using block-based syntax over vanilla Cocoa KVO. The main idea is to observe keypaths like this one - @keypath(self.viewModel.state) and not to unsubscribe.
License: MIT
MLWTiledLayout
is UICollectionViewLayout
subclass that implements tiled layout or
mosaic layout automagically adopted to any iPhone screen size.
Layout is column-based and inspired by lightbox layout.
License: MIT
Allows you to overlap any possible UI elements like UILabels, UIButtons and even UIToolbars. Just create 2 views or both states and update overlap region from scrollViewDidScroll or panGestureHandler
License: MIT
RuntimeRoutines allows you to access classes, protocols, properties, methods, attrbutes and many other with block-based syntax.
License: MIT