RKLayout
RKLayout copied to clipboard
iOS Layout Manager
Results
1
RKLayout issues
Sort by
recently updated
recently updated
newest added
There is a small, but ugly copy-paste bug in class RKLayout.m in method - (void)layoutSubviewsHorizontal at line with code 'CGFloat maxSubviewHeight = self.maxSubviewWidth;" there should be "CGFloat maxSubviewHeight = self.maxSubviewHeight;"...