UIApplication.SetNewsstandIconImage(UIImage) Method

Definition

Sets the icon to be used in Newsstand.

[Foundation.Export("setNewsstandIconImage:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetNewsstandIconImage (UIKit.UIImage image);
abstract member SetNewsstandIconImage : UIKit.UIImage -> unit
override this.SetNewsstandIconImage : UIKit.UIImage -> unit

Parameters

image
UIImage

The image to be used, or null to set the icon stored in the app bundle.

This parameter can be null.

Attributes

Applies to