iOS 带有单选按钮的应用程序会被应用程序商店拒绝吗

Will an iOS app with radio buttons be rejected from the app store

如果我要为 iOS 的单选按钮控件编写自定义渲染器,它会因为单选按钮不是本机控件而被 App Store 拒绝吗?

可以查看 iOS / Android / WindowsPhone(用 Xamarin 编写)的示例单选按钮控件 here

APPLE 肯定不会删除带有单选按钮的应用程序,因此您可以继续创建带有自定义渲染器的单选按钮。 因为我已经这么做了。

不,如果创建单选按钮,Apple 不会拒绝您的应用。 请参考: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Button/Concepts/RadioButtons.html