StefanLage / SLPagingViewSwift

Navigation bar system allowing to do a Tinder like or Twitter like. SLPagingViewSwift is a Swift port of the Objective-C of SLPagingView
MIT License
215 stars 35 forks source link

Swift 1.2 support #11

Closed kobim closed 8 years ago

kobim commented 9 years ago

Adjusting the code to Swift 1.2. Resolves #8

YaroslawBagriy commented 9 years ago

Hey Kobim,

I made the changes to be compatible with Swift 1.2 but it still doesn't seem to work. It builds great. But I get a EXE_BAD_ACCESS (code=EXC_i386_GPFLT) when I click a button on one of my custom ViewControllers that I added. I would greatly appreciate help with this. I've been searching all over the internet for the answer but couldn't find it.

Thank you!

kobim commented 9 years ago

Hi @YaroslawBagriy, this is the wrong place to report that. If you want to comment regarding the 1.2 branch, you can do that on https://github.com/kobim/SLPagingViewSwift/tree/swift1.2, and attach both the relevant code and stack trace.

YaroslawBagriy commented 9 years ago

Hello,

Yes I check but there was no were to add an issue. I did make a new issue a few months back

https://github.com/StefanLage/SLPagingViewSwift/issues/10

I will add the relevant code and stack trace to this thread. Could you please check it out? It's a very strange problem.

Yaroslaw Bagriy