Open change2hao opened 6 years ago
I always use the following code provider.sectionHeight = { _ in return 180 } Why not define provider.sectionHeight is CGFloat? so I could write like this: provider.sectionHeight = 180
provider.sectionHeight = { _ in return 180 }
provider.sectionHeight = 180
I always use the following code
provider.sectionHeight = { _ in return 180 }
Why not define provider.sectionHeight is CGFloat? so I could write like this:provider.sectionHeight = 180