Search code examples
iphoneobjective-ccocoa-touchcustom-controlsuipagecontrol

Can't seem to use SMPageControl


I'm trying to use SMPageControl, I've downloaded and added the h,m classes and I drag a UIView and set it's custom class to SMPageControl but it doesn't seem to work.

Any ideas about why wouldn't that work? I've also downloaded the sample project and dragged one of the UIViews that works there to my ViewController but it doesn't work.

SMPageControl: https://github.com/Spaceman-Labs/SMPageControl


Solution

  • The default appearance of SMPageControl is almost transparent and my background was white and thats why I couldn't see the control on my view.