Nil is not compatible with expected argument type UIViewAnimationOptions

前端 未结 3 601
南笙
南笙 2021-02-01 13:32

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

3条回答
  •  情歌与酒
    2021-02-01 13:45

    You may replace options: nil with options: [] should make the error goes way.

    Good luck !

提交回复
热议问题