Can someone please help me with a some conversion from swift2 to swift3? Here are the three lines written in swift2 and would like this functioning in swift3:
Thanks in advance!
Code:
return CGSizeMake(view.frame.width, 80)
layout.headerReferenceSize = CGSizeMake(view.frame.width, 50)
return CGSizeMake(view.frame.width, size.height + 16)
Thanks in advance!