Benjamin Maer
Benjamin Maer
- Renamed project and files suffix from 'Blocks' to 'ButtonItemBlocks' (to avoid '-Blocks' and '+Blocks' and other conflicts). - UIAlertView+ButtonItemBlocks.m: Added ButtonItemBlocks_AlertViewDelegate_Delegate to handle the UIAlertViewDelegate calls directly, as other...
On UIScrollView+SVInfiniteScrolling.m's 'scrollViewDidScroll:', scrollOffsetThreshold would calculate a negative value whenever the scroll view's content size was less than the scroll view's frame's height. Under such conditions, infinite scrolling would get...
Simply shortens/tidies up a few places of code, each of which were 3 lines, but could be written with just one using Optional's map function. This feels like too small...