nicklockwood / FXPageControl

Simple, drop-in replacement for the iPhone UIPageControl that allows customisation of the dot colour, size and spacing.
Other
298 stars 69 forks source link

Configuring properties at runtime #1

Closed ghost closed 10 years ago

ghost commented 11 years ago

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.

nicklockwood commented 11 years ago

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