popwarsweet / PageControls

This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here: https://dribbble.com/shots/2578447-Page-Control-Indicator-Transitions-Collection
MIT License
1.1k stars 90 forks source link

render page controls in storyboard #1

Closed finngaida closed 8 years ago

popwarsweet commented 8 years ago

@finngaida Thanks so much for submitting this! I noticed some constraints have been modified in each control. Instead of fiddling with any constraints in the storyboard, can you simply change the Intrinsic Size from Placeholder to Default (System Size)? This will respect the current vertical layout of the controls as well as the intrinsic content size of each control.

finngaida commented 8 years ago

Just committed, this should work better, you're right

popwarsweet commented 8 years ago

@finngaida looks like quite a few extra files were bundled into this commit (project files/pod junk). It should just be the 4 source files and storyboard. Thanks.

finngaida commented 8 years ago

Ah god damnit my gitflow could really use some work, one minute...

finngaida commented 8 years ago

Okay this should be it

popwarsweet commented 8 years ago

thanks again!

finngaida commented 8 years ago

thanks for the inspiration!