Srinivasan Sampath

Results 10 comments of Srinivasan Sampath

Bro i don't know japanese please translate in english

I had also the same issue but there is no more solution. but you can try some of your own logic on that before view controller method and after view...

-(void)scrollViewDidScroll:(UIScrollView*)scrollView { if (carbonTabSwipeSegmentedControl.selectedSegmentIndex == 0 && scrollView.contentOffset.x < scrollView.bounds.size.width ) { scrollView.contentOffset = CGPointMake(scrollView.bounds.size.width, 0); } else if (carbonTabSwipeSegmentedControl.selectedSegmentIndex == (carbonTabSwipeSegmentedControl. numberOfSegments - 1) && scrollView.contentOffset.x > scrollView.bounds.size.width) {...

Yes i want the same fix. please sugguest me any thing. Thanks in advance.

Disable bounce effect on UIPageViewController (enhancement) #84

Yes i already done that as you said and then i got success message on the console. It could not connect to the another device. So do i need to...

Yes sender and receiver config was there in the objective c code(video call view controller) SKYLINKConnectionConfig *config = [SKYLINKConnectionConfig new]; [config setAudioVideoReceiveConfig:AudioVideoConfig_AUDIO_AND_VIDEO]; [config setAudioVideoSendConfig:AudioVideoConfig_AUDIO_AND_VIDEO];