问答
-
关于objective C:在下载多个文件之前检查文件大小
Checking filesize before download of multiple files 我目前正在为我正在构建的应用程序实施更新功能。它使用 NSUrlConnection 和 NSURLConnectionDelegat…… -
关于ios:ipad模拟器上的UIImagePicker不是全宽
UIImagePicker on ipad simulator not full width 在 iPad 上(使用模拟器 ios9)查看 UIImagePicker 中的图像时,从库中选择的图像非常小(请参见下面的 iPa…… -
关于 ios:从同一个 AVCaptureSession 拍摄视频和照片时应用程序崩溃?
App crashing while taking both video and photo from same AVCaptureSession? 我正在尝试使用 AVFoundation 使用相同的 AVCaptureSession 制作一个包含音…… -
关于ios:如何在迭代中绘制View,因为我已经将setNeedsDisplay方法放入了无限while循环
How to draw on View in iteration, as i had put the setNeedsDisplay method into infinite while loop 我是 iOS 新手,在循环中绘制视图时遇到问题,这是…… -
关于iphone:ios在后台处理推送通知
ios handle pushnotification in background 我想保存当应用程序处于后台状态时到达的推送通知。我知道 -(void) application:(UIApplication *)application…… -
关于ios:如何为UILabel设置”粗体”动态字体类型?
How to set a "bold" dynamic font type for UILabel? Apple 文档说,对于 iOS,应用程序可以使用文本样式和动态字体类型,因此文本大小会根据用户的阅读偏…… -
如何在后台开始录制 iOS 音频会话?
How do I start a Record iOS audio session in the background? 我正在尝试在我的应用程序在后台而不是最前端唤醒后启动一个 kAudioSessionCategory_Record…… -
关于objective C:UITableView 交互阻止单元格中的动画
TableView interaction blocking animations in cells 我在 tableview 单元格中有一个进度指示器,当用户与 tableview 交互时,它不会更新其进度。当交互停…… -
关于ios:如何在GMSMapView上设置自定义注释标记(围绕一个点的动画环)
How set Custom Annotation markers ( animated rings around a point) on GMSMapView 使用谷歌地图 iOS SDK 我已经实现了一个 mapView 因为我创建了如下…… -
关于ios:移除bezier路径外
Remove outside of bezier path 我有一个功能,我用颜色填充图像并使用 UIBezierPath 擦除角落的点。 1234567891011121314151617 CGRect rect = CGRectM…… -
关于ios:iPod库路径到NSData
iPod Library path to NSData 如何将 iPod 库转换为 NSData。 网址是: 1 ipod-library://item/item.mp3?id=1258203422631791096 出现错误,但…… -
关于 ios:AppStore 转移 – 应用标识符已更改
AppStore transfer - app identifier changed 我创建了新的开发者帐户,然后将应用程序转移到了新帐户。然后我在新帐户下创建了相同的标识符。并构建App并上…… -
关于android:何时用刷新令牌交换访问令牌
When to exchange access token with refresh token 我理解使用 OAuth2 的流程是: 在短期访问令牌过期后(服务器返回 401),客户端必须使用刷新令牌请求新的…… -
关于 ios:cornerRadius with border: Glitch around border
cornerRadius with border: Glitch around border 我的应用程序主要是基于圆形和边框的。 我使用 UIView 的 layer 属性来给出圆角半径和边框。 但我面临…… -
关于 html:Failed to Load Resource, Plugin Handled Load on iOS
Failed to Load Resource, Plugin Handled Load on iOS 每次我尝试在我的服务器上查看视频文件时,我都会在 iOS 上的 Safari、Chrome 中收到此错误。 我…… -
关于 iphone:Modal UIViewController 总是在 iPad 上全屏显示。为什么?
Modal UIViewController always coming out full screen on iPad. WHY? 我正在尝试在 iPad 上创建一个简单的模态对话框,无论是小 (UIModalPresentationForm…… -
关于ios:CGAffineTransformInvert:奇异矩阵错误
CGAffineTransformInvert: singular matrix Error 我在 Xcode 中创建了 Universal App(单一视图)。因为我想在每个视图上都有 iAd 横幅,所以我将此代码添加…… -
关于ios:在核心数据中搜索最接近的值
Search core data for closest value 目前我们有一个包含多个 r、g、b 值的数据库,这些值被拆分为自己的属性。例如: 123 r = type float g = ty…… -
关于 ios:从私有 pod 的资产目录中加载图像
Loading images from asset catalog from private pod 我创建了一个包含一些图像的私有 pod,我已将这些图像放在资产目录中,现在当我尝试访问它时,它不会…… -
关于 ios:使用 MPMoviePlayerController 播放 youtube 视频
Playing youtube video with MPMoviePlayerController 我长期以来一直在使用 html 字符串通过 UIWebView 播放 youtube 视频,问题是我想获得改变播放状态的…… -
关于 web 服务:java.lang.ClassCastException: com.sun.xml.bind.v2.runtime.JAXBContextImpl 不能转换为 com.sun.xml.bind.api.JAXBRIContext
java.lang.ClassCastException: com.sun.xml.bind.v2.runtime.JAXBContextImpl cannot be cast to com.sun.xml.bind.api.JAXBRIContext 我创建了一个 jaxws …… -
关于 java:IBM SBT:在社区中创建文件夹
IBM SBT: Create a folder in a community 我正在使用带有 Java 的 SBT 工具包。效果很好,但文件夹有些困难: 我需要在社区中创建一个文件夹并将一些文件放…… -
关于异步:iOS 在长时间运行任务后显示警报视图
iOS show alert view after long running task 我真的被我遇到的这个问题难住了。 所以我们有一个应用程序允许用户将一些照片同步到我们的服务器。所以我通…… -
关于 ios5:iOS – 为了与视网膜显示器一起工作,所有图像名称究竟应该是什么?
iOS - what exactly should all the image names be in order to work with the retina display? 我刚刚浏览了所有图像,并添加了名称为 original_name@2x.p…… -
关于ios:MKMapView中的Overlay MKPolyLine问题(rendererForOverLay)
Overlay MKPolyLine issue in MKMapView (rendererForOverLay) 我正在尝试在 MapView 上为从位置 A 到位置 B(这是当前用户的 GPS 位置)的路线添加折线,以便……