Customize the AirDrop alert description in IOS

后端 未结 4 959
盖世英雄少女心
盖世英雄少女心 2021-02-02 14:19

I have the following code to send a URL through AirDrop:

NSString* selfUrlScheme = [[[[[[NSBundle mainBundle]
                                 


        
4条回答
  •  北荒
    北荒 (楼主)
    2021-02-02 14:42

    Seems to me like it is using the description of the URL. I would try to subclass NSURL and override the description method to return something like @"a list". I didn't try it, but seems like it could work...

    EDIT: I found this question that looks to be the same as yours and it has an accepted answer: Airdrop: making a custom URL scheme be less ugly for recipient

提交回复
热议问题