开发者

View iPhone/XCode XIB's in Eclipse

开发者 https://www.devze.com 2023-03-21 15:58 出处:网络
I am looking for a good way to view layouts for iPhone written in XCode in Eclipse. I don\'t need to compile any Objective C code, but it would really help me if I could see XIB\'s in m开发者_如何学运

I am looking for a good way to view layouts for iPhone written in XCode in Eclipse. I don't need to compile any Objective C code, but it would really help me if I could see XIB's in m开发者_如何学运维y Eclipse IDE where I do all of my Android development. Is there an XIB or NIB editor/viewer for Eclipse? I am porting apps from iPhone to Android, and it would save me a lot of time to simply view the XIB in an "Editor" mode.

Also, XCode is off limits because I am running Windows 7 with iOS virtualization off limits due to Apple TOS.


The .xib is simply an xml file. Xcode interprets the .xib into a .nib internally. If you want to see a visual representation, I'm pretty sure you'll have to open it in Xcode 4 or Interface Builder.

0

精彩评论

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