Nil is not compatible with expected argument type UIViewAnimationOptions
You may replace options: nil
with options: []
should make the error goes way.
Good luck !
You may replace options: nil
with options: []
should make the error goes way.
Good luck !