subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

it crashes index segments tab error in swift 2.3 #28

Closed junyng closed 7 years ago

junyng commented 7 years ago

I use this framework at tabor controller It works well, but one thing is disable and crash app when i use tabbar controller which has controllers three and five view controller each other(second view, third view) first, tab third view and click segment third button and return my second view and I touched five or four segment button suddenly crashed index error I found it at SJSegmentedViewController initial problem at nsnotification but, i can't fix it from now on... thank you for this framework in use, I will hope this error fixed well soon .... how can i fix it?

SonnetXavier commented 7 years ago

Hi @chojunyng , Thank you for using SJSegmentedView framework, we are glad to know that it's helping you! We have resolved the above mentioned issue in version 1.1.2 and you can use this updated version with the following pod declaration in your podfile:

pod 'SJSegmentedScrollView', :git => 'https://github.com/subinspathilettu/SJSegmentedViewController.git', :tag => 'v1.1.2'