StefanLage / SLPagingView

Navigation bar system allowing to do a Tinder like or Twitter like
MIT License
1.01k stars 85 forks source link

Error when adding more than three ViewControllers in "TinderStoryboard" example project #11

Closed LuiggiMS closed 9 years ago

LuiggiMS commented 9 years ago

Hi ! I have successfully run the project example in my iPhone but the problem appears when I try to add another UIViewController to the "TinderStoryboard" example project. I have put sl_3 into the storyboardSegue in the fourth UIViewController. captura de pantalla 2015-02-20 a las 11 16 13 captura de pantalla 2015-02-20 a las 11 16 20 Anyone know the cause of this problem ? Thanks.

StefanLage commented 9 years ago

Hi @LuiggiMS I fixed the bug ecb84f80dcbc145cb35211c2c29ba06c717ab3aa. Actually the method which add all views didn't sort views by index, thus it crashed but only using Auto Layout because it try to make a constraint with some views that weren't existing yet.

LuiggiMS commented 9 years ago

Thanks a lot :smiley: