iOS Question CircularProgressBar conflict with tabstrip

ihabsharaf

Member
Licensed User
Longtime User
i have error when add tabstrip and CircularProgressBar on the same page
any one have the same error ?

Application_Start
SignalHandler 11
Error occurred on line: 40 (CircularProgressBar)
Signal - 11
Stack Trace: (
"0 Sendebad SignalHandler + 120",
"1 libsystem_platform.dylib 0x0000000183a1bb34 _sigtramp + 36",
"2 UIKit <redacted> + 228",
"3 UIKit <redacted> + 148",
"4 Sendebad -[XLButtonBarView moveFromIndex:toIndex:withProgressPercentage:pagerScroll:] + 156",
"5 Sendebad -[XLButtonBarPagerTabStripViewController pagerTabStripViewController:updateIndicatorFromIndex:toIndex:withProgressPercentage:indexWasChanged:] + 128",
"6 Sendebad -[B4IPagerTabStrip pagerTabStripViewController:updateIndicatorFromIndex:toIndex:withProgressPercentage:indexWasChanged:] + 128",
"7 Sendebad -[XLPagerTabStripViewController updateContent] + 1536",
"8 Sendebad -[XLPagerTabStripViewController viewDidLayoutSubviews] + 68",
"9 UIKit <redacted> + 1580"
)
 

ihabsharaf

Member
Licensed User
Longtime User
the page have circlarprogressbar not the same page with tabstrip i hvae tabstrip on the main page and circlarprogressbar on another page


i do every thing but the same error
 
Upvote 0
Top