venmo / Static

Simple static table views for iOS in Swift.
http://blog.soff.es/static
MIT License
1.25k stars 87 forks source link

Fix display of empty headers on iOS 11 #108

Closed nealyoung closed 7 years ago

nealyoung commented 7 years ago

Makes viewHeight on Extremity non-optional and nil-coalesces to a height of 0 for nil section extremities - fixes #105.

hyperspacemark commented 7 years ago

Looks good to me. Thanks, @nealyoung!