uzman

Results 15 comments of uzman

MenuDrawer mDrawer; mDrawer.toggleMenu();

you can fix it by calling collectionview's scrolltoItem method in the completion block: ``` open func scrollViewShouldScrollToTop(_ scrollView: UIScrollView) -> Bool { if let navigationController = self.navigationController as? ScrollingNavigationController {...

ops, my style is wrong. i changed it to Theme.AppCompat.Light.DarkActionBar it is ok.

Why does it not support default header and footer element? Is there any solution?

i tried with your sample. i put a Button in scrollview (Scroll2 tab), it opens a new view controller. -(IBAction)openTest:(id)sender{ TestViewController *vc = [[TestViewController alloc] initWithNibName:@"TestViewController" bundle:nil]; [self.navigationController pushViewController:vc animated:YES];...

Using it with Glide: write a method for glide, then call start ProgressBar. private void updateImageView(){ spinner.setVisibility(View.VISIBLE); String imageurl = resources[counter]; Glide.with(getActivity()) .load(imageurl) .apply(glideRequestOptions) //.transition(withCrossFade()) .listener(new RequestListener() { @Override public...

This is not the same question. I want to make infinite loop with stackcollectionviewlayout. I want users can always swipe from 0-to last. Is it possible?

So, how can make it infinite loop?

Yes, I want to display like attached image. I tried to modify StackCollectionViewLayout file but I couldn't succeed. Can you help?