开发者

UIView is being displayed in Simulator, but not on device itself

开发者 https://www.devze.com 2023-01-26 14:26 出处:网络
In my app I display an UIView (let\'s call it \"InsideV\") which is embedded in another UIView (let\'s call it \"OutsideV\"). OutsideV will be displayed throughout the entire time the app is running,

In my app I display an UIView (let's call it "InsideV") which is embedded in another UIView (let's call it "OutsideV"). OutsideV will be displayed throughout the entire time the app is running, InsideV will change due to user actions. (Imagine a book: OutsideV is the cover, InsideV is the currently displayed page).

Now here's my problem: Whereas all's fine when running the app on the simulator, InsideV won't be displayed when the app is running on the device itself.

I have already checked the spelling and I'm sure that this is not causing the problem. Your help will be very much appreci开发者_如何学Goated.

Technical data: XCode 3.2.4 iOS: 3.2/4.1

0

精彩评论

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