subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

I use this frameworks to tabbar controller, but it occurs segments button index error #23

Closed junyng closed 7 years ago

junyng commented 7 years ago
2016-11-20 11 16 15 2016-11-20 11 16 03
junyng commented 7 years ago

how can i fix this error?

subinspathilettu commented 7 years ago

@chojunyng , Could you please provide some more details about your issue because we were not able to reproduce this issue?

We have updated demo project in the master branch with the tab bar controller and it's working as expected. Could you please check this also.

junyng commented 7 years ago

thank you for your help! i admire this framework! but, my project produced swift 2.3 version can I use it swift 2.3?

subinspathilettu commented 7 years ago

We upgraded to latest version (Swift 3). If you are on the previous version (Swift 2.3), please use

pod ’SJSegmentedScrollView’, ‘1.1.0'

subinspathilettu commented 7 years ago

@chojunyng let me know the status of this issue. Still, you are getting the crash?

junyng commented 7 years ago

yes, it was crushed swift 2.3 version my app has tab bar with two home SJScrollviews I think notification center does not notify because this tab bar view does not reload UI How can i fix it please

subinspathilettu commented 7 years ago

@chojunyng Resolved in the latest version. Please check.

junyng commented 7 years ago

can i fix this issue with a little code in swift 2.3 ?