我的应用程序中有一个菜单按钮。如果用户单击此按钮,他会看到UIAlertView,其中包含指向AppStore的应用链接。代码如下:@IBActionfuncnavButton(_sender:AnyObject){letalertController=UIAlertController(title:"Menu",message:"Thanksforusingourapp!",preferredStyle:.alert)alertController.addAction(UIAlertAction(title:"RateUsontheAppStore",style:.default,h