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

Configuring properties at runtime

opened this issue · comments

These properties must be set programmatically in your view controller, as Interface Builder does not expose a way to edit custom fields.

Have a read through Configuring Runtime Attributes for Custom Objects - I've only recently found out about this feature in IB but it does work really well.

Good point. That feature was only introduced in iOS5 and the documentation predates it - I should update it.