开发者

How to write UIView to a projector?

开发者 https://www.devze.com 2023-03-25 22:57 出处:网络
How do I write a UIView to a projector t开发者_C百科hat can work off the iPhone?You can use the UIScreen class to present content on an external display (including a projector). You\'ll need to create

How do I write a UIView to a projector t开发者_C百科hat can work off the iPhone?


You can use the UIScreen class to present content on an external display (including a projector). You'll need to create a new UIWindow. Here is some relevant sample code from Apple as well.

0

精彩评论

暂无评论...
验证码 换一张
取 消