RLPageControl icon indicating copy to clipboard operation
RLPageControl copied to clipboard

Custom UIPageControl implementation using blocks to draw the indicator

Results 1 RLPageControl issues
Sort by recently updated
recently updated
newest added

I moved the code where the current page is limited (was inline MIN/MAX functions) to a new method used by the property setter, because: 1) It was possible for clients...