We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Lines like UIEdgeInsetsMake(topInset, 0, bottomInset, 0) where variables are used instead of numbers for arguments makes autocorrect fail.
UIEdgeInsetsMake(topInset, 0, bottomInset, 0)