Skip to content

'UIAlertView' is deprecated, use UIAlertController  #81

@zdeneik

Description

@zdeneik

Good morning,

first i would like to thank you for creating this library, it really saved my life.

Now the issue.. library is using UIAlertView pop-ups, which are deprecated. Swift is not able to compile UIAlertView anymore, and the app is crashing if the code with this pop-up is used.

I found UIAlertView in these files:

  • AirPlayServiceMirrored.m
  • ConnectableDevice.m
  • NetcastTVService.m
  • WebOSTVService.m

Could you please update these files with -> UIAlertController, which replaces UIAlertView?

I'm trying this by myself, but I'm not sure if i will be able to do that.

Thank you,

Zdeneik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions