加载随机 UIViewController?
我想从存储的视图控制器列表中随机选择一个 UIViewController 以在完成后加载。是的,它需要是一个 UIViewController 而不仅仅是一个 UIView。我想我可以用 .plist 来做到这一点,但是我如何从视图控制器的字符串名称转换为实际的视图控制器对象名称?
I would like to pick a random UIViewController from a stored list of view controllers to load after one has finished. Yes, it needs to be a UIViewController and not just a UIView. I'm thinking I could do this with a .plist, but how would I go from the string name of a view controller to the actual view controller object name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要从名称创建类的实例,您可以使用:
To create an instance of a class from a name, you can use: