nicklockwood / FXPageControl

Simple, drop-in replacement for the iPhone UIPageControl that allows customisation of the dot colour, size and spacing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme initWithRect:CGRectMake

cisnky opened this issue · comments

[[FXPageControl alloc] initWithRect:CGRectMake(0.0f, 0.0f, 320.0f, 36.0f)])

It should be initWithFrame.