问题标签 [ipad-2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cocoa-touch - 双核 iPad (A5) = Grand Central Dispatch?
iPhone SDK 是否支持 Grand Central Dispatch,让我们能够利用新 iPad CPU 中的多个内核?
objective-c - 以编程方式启动摄像头进行视频录制
我有一个快速的问题。我正在使用以下代码在 iOS 4.x 设备上启动相机和录制视频,效果很好。我想在 iPad 2 设备上使用相同的代码,因为 iPad 2 具有视频录制功能。它会起作用吗?有人可以指导我吗?
先感谢您!
objective-c - iPad 2 检测
由于我没有 iPad 2,我需要知道调用 [[UIDevice currentDevice] model] 时它返回什么。我以为它只返回“iPad”,但似乎我错了。
有人可以告诉我吗?
谢谢
iphone - 是否可以为 iPad 2 和 iPhone 4 制作视频会议应用程序?
我被要求为 ipad2/iphone4 制作一个应用程序来进行视频会议,我用谷歌搜索了一段时间,但没有找到太多帮助。
谁能帮我一个忙?任何帮助将不胜感激!
ipad - iPad:PNG粉碎错误
我正在尝试将我的 iPad 项目移植到最新的 iPad 2。我使用 Xcode 4.0 安装了 iOS 4.3 SDK。当我尝试构建我的项目时,我收到以下错误。我不知道为什么我会收到这个错误。有人可以帮我解决这个构建错误吗?
在阅读 /Users/username/Desktop/iPAD/MyProject/trunk/Resourses/images/top_bar.png pngcrush 捕获 libpng 错误:不是 PNG 文件..
找不到文件:/Users/username/Library/Developer/Xcode/DerivedData/Project-fmhveawksgdtnraclfizuhrekmzi/Build/Products/Debug-iphoneos/MyApp-Upgraded.app/top_bar.png
ipad - iPad:访问相册时发生崩溃
我正在尝试使用以下代码访问相册。它在我低于 4.0 版本的 iPhone 或 iPad 上运行良好。
- (void)BrowsePhotoLibrary:(id)sender {
}
如果相册中至少有一个视频可用,则相同的代码在 iPad 2 4.3 版本中崩溃,如果相册没有任何视频,则相同的代码会启动到相册。有人可以告诉这里可能是什么原因吗?
ipad - iPad 2 会振动吗?
简单的问题,但只是互联网上的谣言——我正在开发一个应用程序,但还没有!
我读到这个:无法让 iPad 振动,但这只是第一个 - 技术规格也没有提及,但 iPhone 技术规格也没有!
在他们到达英国之前不到 24 小时 :-)
ipad - 以编程方式检测 iPad 2 图形硬件的最佳方法是什么?
我的应用程序需要在 iPad 2 上运行不同的代码(更大的纹理)。我应该如何以编程方式检测更快的图形硬件?
代码应该是面向未来的(即它会在 iPad 3 或任何其他未来拥有它的 iOS 设备上检测到更快的图形硬件)。
iphone - 全屏显示ipad2相机?
我想以UIImagePickerController
全屏模式显示 iPad2。
presentModalViewController:
似乎对我不起作用。它显示带有捕获按钮的帧,但不显示正在捕获的视频预览?
以前有人遇到过同样的问题,现在怎么解决?
谢谢
camera - iPad2 Camera code same as iPhone4?
I am making an app for the iPad and want to be able to use the iPad 2 camera if available. Is the code to load the iPad camera the same as for the iPhone 4? I have this same code working on the iPhone version of this app, but do not have an iPad 2 to test with and simulator can't help me with the camera. Below is what I have to determine if camera is available and then to load camera or load library in popup
Basically I just need to know if the line below is supported by the iPad 2 camera or do I need to use something else?
I want camera to be full screen and not in a popup.