最新文章
-
关于ios:SwiftUI MapKit UIViewRepresentable Can’t present Alert
SwiftUI MapKit UIViewRepresentable Can't present Alert 我有一个 SwiftUI 应用程序,其中有几个视图是使用 MapKit 制作的地图 UIView 可表示的。我有兴趣…… -
关于 ios:xCode 9.3 和 Firebase Crashlytics 不起作用
xCode 9.3 and Firebase Crashlytics not working 我无法让 Firebase Crashlytics 显示我的 xCode iOS Swift 应用程序的崩溃情况。 使用 xCode 9.3 我已…… -
关于ios:Fetching selected attribute in entity
Fetching selected attribute in entities 我有一个具有多个属性的核心数据实体,我想要一个属性中所有对象的列表。我的代码如下所示: 12345678910111…… -
关于ios:Tilemap not Scrolling in spritekit
Tilemap not Scrolling in spritekit 我正在 IOS 中开发一个涉及滚动瓷砖地图的小游戏。 我已经让我的背景图片像这样滚动 12345678910 - (void)move…… -
关于iphone:用于部署内部iOS应用的SAAS MDM/MAM解决方案
SAAS MDM/MAM solution for deploy in-house iOS application 我正在寻找用于 MDM/MAM 管理的 SAAS 解决方案,以部署我们内部开发的 iOS 应用程序。 它适用…… -
关于 ios:Presenting UIActivityViewController 从 UITableViewCell 内部启动
Presenting UIActivityViewController initiating from inside UITableViewCell 下面的代码可以正常工作,并在放入 PostsVC(Mian View Controller)时显示 UI…… -
关于 ios:不能将值类型”TableViewController.Type”转换为预期的参数类型”UIViewController”
cannot covert value type 'TableViewController.Type' to expected argument type 'UIViewController' 我正在制作一个注册和登录的应用程序。我为此使用了 …… -
关于ios:在”UIImagePickerController”中使用”videoMaximumDuration”时,是否可以更改消息中的文本”Video Too Long to Send”?
Is it possible to change the text 'Video Too Long to Send' in message when using 'videoMaximumDuration' in 'UIImagePickerController'? 我正在使用…… -
在 PHP 中为 iOS 和 Android 创建 SQLite 文件
Create SQLite file in PHP for iOS and Android 我正在尝试为 iOS 和 Android 创建一个 SQLite 数据库文件。但是,我遇到了一个到目前为止无法解决的问题。…… -
关于ios:新创建的沙盒测试器无法连接iTunes Store
Cannot connect to iTunes Store with newly created sandbox tester 对于我正在制作的应用程序,我将其包含在应用程序购买中,并且在过去对其进行测试时,…… -
关于ios:如何持久存储一个NSManagedObjectID?
How to store a NSManagedObjectID persistently? 为避免成为 XY 问题,这里有一些背景: 我的应用程序允许用户创建和保存很多设置,有点像 Xcode 的字体…… -
关于ios:录制视频并上传到Firebase
Record Video and upload to Firebase 有人知道如何将视频上传到 Firebase 吗? 我使用了这个链接:在 swift 中录制视频 我设法在 giphy 上录制并在同一视…… -
关于ios:设置ViewController中的所有元素不被VoiceOver读取
Set all elements in a ViewController to not be read by VoiceOver 我正在寻找一种方法来告诉 VoiceOver 不要读取整个 ViewController 的元素。原因是,我…… -
关于objective C:分段控制
Segmented Control 我想知道如何将 uiview 添加到标注右键,并且我已经编写了用于切换地图的段控制的代码,我不断收到一个断点,上面写着 MKMapView 选择段…… -
关于 ios:iPhone 应用程序在选择 UITableViewCell 时冻结 – 在暂停/中断后间歇性地冻结
iPhone app freezes on selecting TableViewCell - intermittently, after pause/break 过去两周我一直在为这个问题苦苦挣扎 - 在搜索我的代码或堆栈溢出后…… -
关于 ios:如何将 IBOutlets 连接到自定义 UIView?
How can I wire up IBOutlets to a custom UIView? 我有一个带有通用界面元素的视图控制器,需要在菜单视图中加载。我创建了一个名为 MenuView.h 和 MenuVie…… -
关于ios:从照片背景中检测并剪切出焦点对象
Detect and cut out focused object from photo background 我想检测相机中对焦的对象,并将未对焦的背景剪掉并替换为图像。这可能吗? 这是微乎其微的可能…… -
关于 ios:UIImagePickerController – 将图片裁剪为正方形(纵向)
UIImagePickerController - crops picture to square (in portrait) 我正在使用 UIImagePickerController 来拍摄和编辑图片。它在横向工作正常,但在纵向它…… -
关于 ios:如何使用 CAShapeLayer 以编程方式以自定义 UIView 为中心绘制一个圆
How to draw a circle using CAShapeLayer to be centered in a custom UIView in swift programmatically 我正在尝试使用 CAShapeLayer 在已自动约束的自定…… -
ios 5.0 在 ios 模拟器问题中登录 twitter
ios 5.0 login to twitter in ios simulator issues 您好,我想使用 ios 模拟器登录 twitter 帐户。 但是当我尝试登录模拟器设置时,我收到下一条消息: …… -
关于ios:如何为UILabel设置”粗体”动态字体类型?
How to set a "bold" dynamic font type for UILabel? Apple 文档说,对于 iOS,应用程序可以使用文本样式和动态字体类型,因此文本大小会根据用户的阅读偏…… -
关于iphone:ios在后台处理推送通知
ios handle pushnotification in background 我想保存当应用程序处于后台状态时到达的推送通知。我知道 -(void) application:(UIApplication *)application…… -
关于ios:如何在迭代中绘制View,因为我已经将setNeedsDisplay方法放入了无限while循环
How to draw on View in iteration, as i had put the setNeedsDisplay method into infinite while loop 我是 iOS 新手,在循环中绘制视图时遇到问题,这是…… -
关于 ios:从同一个 AVCaptureSession 拍摄视频和照片时应用程序崩溃?
App crashing while taking both video and photo from same AVCaptureSession? 我正在尝试使用 AVFoundation 使用相同的 AVCaptureSession 制作一个包含音…… -
关于ios:ipad模拟器上的UIImagePicker不是全宽
UIImagePicker on ipad simulator not full width 在 iPad 上(使用模拟器 ios9)查看 UIImagePicker 中的图像时,从库中选择的图像非常小(请参见下面的 iPa……