I just started programming and following a tutorial online I was unable to create this animation. Can anyone tell me why it\'s saying:
Nil is not compati
UIViewAnimationOptions is an enum backed by integers. You should pass 0. Here is the doc for the enum.