Re: UIView block-based methods
Re: UIView block-based methods
- Subject: Re: UIView block-based methods
- From: David Duncan via Cocoa-dev <email@hidden>
- Date: Mon, 11 Nov 2019 08:46:51 -0800
> On Nov 9, 2019, at 12:09 PM, Carl Hoefs via Cocoa-dev
> <email@hidden> wrote:
>
> I'm trying to keep some older iOS code going, but I'm getting a deprecation
> warning on many UIView class methods:
>
> +beginAnimations:context:
> +setAnimationBeginsFromCurrentState:
> +setAnimationDuration:
> +commitAnimations
> etc.
>
> Xcode 11.2.1 says: "'beginAnimations:context:' is deprecated: first
> deprecated in iOS 13.0 - Use the block-based animation API instead"
>
> What is this 'block-based animation API’?
+[UIView animateWithDuration:animations:] and the like.
> -Carl
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden