Sebastien Senechal
Sebastien Senechal
by using apperances
custom cell with automatic dimension `tableview.rowheight = UITableViewAutomaticDimensionn` then use autolayout in a custom UITableViewCell to constraint height ideally SwiftDataTable should provide a setter to set a custom nib
I guess this is due to the sorting capability which double the source and sorted data ? maybe the sorting should be delegated to view controller calling
To do a simple test : in DataTableWithDataSourceViewController.swift : ``` func randomString(_ length: Int) -> String { let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" return String((0.. 0.2s for example But I also think...
Why calculate the row height? Aren't they constants?
Anyone had luck trying this ? scrollViewTreeView?.scrollTo doesn't have any effect upon using scrollview->scrollTo ``` if (getChildCount() > 0) { View child = getChildAt(0); x = clamp(x, getWidth() - mPaddingRight...
``` org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':lib:QMBForm'. at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:79) at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:72) at org.gradle.configuration.project.LifecycleProjectEvaluator.access$600(LifecycleProjectEvaluator.java:53) at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject$1.run(LifecycleProjectEvaluator.java:108) at org.gradle.internal.Factories$1.create(Factories.java:25) at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:183) at org.gradle.internal.work.StopShieldingWorkerLeaseService.withLocks(StopShieldingWorkerLeaseService.java:40) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withProjectLock(DefaultProjectStateRegistry.java:226) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:220) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.withMutableState(DefaultProjectStateRegistry.java:186) at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:95)...
is project still alive ?
is project still alive ?
Thanks! Yes it would be nice to see it in README :) Upon testing this translation : `The file %@ could not be found %1$@ %2$@` works for iOS, however...