You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Yes there is.
On your dataSource which is in AAPLSegmentedDataSource, you can (usually in viewDidLoad):
dataSource.defaultMetrics.numberOfColumns = 3;
dataSource.defaultMetrics.showsColumnSeparator = YES;
dataSource.defaultMetrics.showsRowSeparator = YES;
If your row height and columns count depend on collection-view frame, you can set those and additional options in viewWillLayoutSubviews.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, when you enter Cat details, there are two segments:
Imagine sightings is some kind of grid. Can that be done? All I see is tableview mimic.
The text was updated successfully, but these errors were encountered: