smarques84

Results 6 issues of smarques84

Hi there I tried using reloadData() with collapsible table view, but it doesn't work which method should i use? Best Regards

SmoothDateRangePickerFragment now extends android.support.v4.app.DialogFragment so it can be used by Fragments from the support library Update all support libraries, gradle and sdk versions to their latest versions

For a power user I would like to let the user input the dates directly by keyboard, i think this would be a nice to have addition, we could use...

Sometimes my api based on your project gives the following error "Oops something went wrong 404 not found" but doesn´t happen always it seems to happen when the api is...

I find it weird that using this sample the final video is horrible slow when recording on a flagship phone like the Honor 8. I can confirm that other screen...

I have the content for the CollapsibleTableSectionViewController coming from an API and i have tried using several methods like the following: ``` DispatchQueue.main.async{ self.tableView.reloadData() self.tableView.reloadSectionIndexTitles() self.tableView.reloadSections(NSIndexSet(index: 1) as IndexSet, with:...