How can I add a ActivityItem to upper activity bar in UIActivityViewController?

后端 未结 3 560
一生所求
一生所求 2020-12-14 20:08

I like to add my own WhatsApp ActivityItem to the UIActivityViewController, but it is always added to the lower non colored activity bar, but I lik

3条回答
  •  情歌与酒
    2020-12-14 20:51

    Swift 3 version:

    public override static var activityCategory: UIActivityCategory {
        return .share;
    }
    

提交回复
热议问题