Questions tagged «ios»

iOS是在Apple iPhone,iPod touch和iPad上运行的移动操作系统。使用此标签[ios]来解决与iOS平台上的编程有关的问题。使用相关的标签[objective-c]和[swift]解决那些编程语言所特有的问题。

14
尝试获取证书时出错:在钥匙串中找不到指定的项目
我在对应用程序进行代码签名时遇到问题,因此我从钥匙串中删除了所有密钥。然后,我去了证书助理=>向证书颁发机构请求证书(为新证书创建CSR)。 所以输入我的电子邮件地址,这就是我得到的: 在钥匙串中找不到指定的项目。 我究竟做错了什么? PS当我尝试创建证书颁发机构时,出现相同的错误。
110 ios  codesign 

7
NSAttributedString添加文本对齐方式
如何将文本对齐属性添加到NSAttributedString以使文本居中? 编辑:我做错什么了吗?它似乎并没有改变对齐方式。 CTParagraphStyleSetting setting; setting.spec = kCTParagraphStyleSpecifierAlignment; setting.valueSize = kCTCenterTextAlignment; CTParagraphStyleSetting settings[1] = { {kCTParagraphStyleSpecifierAlignment, sizeof(CGFloat), &setting}, }; CTParagraphStyleRef paragraph = CTParagraphStyleCreate(settings, sizeof(setting)); NSMutableAttributedString *mutableAttributed = [[NSMutableAttributedString alloc] initWithAttributedString:self.attributedString]; [mutableAttributed addAttributes:[NSDictionary dictionaryWithObjectsAndKeys:(NSObject*)paragraph ,(NSString*) kCTParagraphStyleAttributeName, nil] range:_selectedRange];

9
在编辑器中播放Xcode Simulator动画时非常慢
最近,我体验到Xcode的模拟器变得非常慢。另外,如果我创建一个新应用并运行它,则启动屏幕和第一个视图控制器之间的过渡大约需要3秒钟。幸运的是,它只是iOS 9模拟器,而不是iOS 8或更低版本。我已经升级到Xcode 6.4,并且还安装了Xcode 7.0 beta 3。有人经历过吗?我尝试卸载两个Xcode版本,但没有帮助。


14
iOS 7-状态栏与视图重叠
我在ViewController里面有一个UINavigationcontroller,但是NavigationBar被隐藏了。当我在iOS 7上运行该应用程序时,状态栏显示在视图顶部。有办法避免这种情况吗? 我不想编写任何特定于操作系统的代码。 我尝试将设置View controller-based status bar appearance为NO,但没有解决问题。
109 ios  statusbar  ios7 

13
以编程方式请求访问联系人
自从更新到iOS 6之后,我注意到将联系人添加到iPhone通讯簿的代码不再起作用。我认为这是一个与权限相关的问题,因为Apple现在需要用户权限才能访问联系人(解决此问题)。 我希望该应用程序会自动请求访问联系人的权限,如下面的屏幕截图所示,但事实并非如此。尝试添加联系人失败ABAddressBookErrorDomain error 1。 我是否需要以编程方式启动对联系人请求对话框的访问?怎么做?

23
Xcode 4的隐藏功能
已锁定。该问题及其答案被锁定,因为该问题是题外话,但具有历史意义。它目前不接受新的答案或互动。 现在Xcode 4正式发布了,是时候回答我之前的问题了:Xcode的隐藏功能 那是什么 您不能没有的那些隐藏的Xcode 4小提示和技巧是什么? 请限制您的技巧为那些仅针对Xcode 4的新技巧!

1
Xcode 10b5-重复的符号链接器错误,无法使用Crashlytics进行编译
我正在尝试使用Xcode 10 beta 5编译包含Firebase,Crashlytics / Fabric和许多其他内容的项目,该项目在链接以下错误时失败: Ld /Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/appname.app/appname normal arm64 (in target: appname) cd /Users/Username/iPhone-dev/appname export IPHONEOS_DEPLOYMENT_TARGET=9.0 /Users/Username/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Users/Username/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk -L/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/AFNetworking -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/Actions -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/AppAuth -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/Bluepeer -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/Bolts -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/CocoaAsyncSocket -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/CocoaLumberjack -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/Color-Picker-for-iOS -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/DNPWPSPrinter -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/DataCompression -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/EOSFTPServer -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FBSDKCoreKit -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FBSDKLoginKit -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FastttCamera -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FirebaseAuth -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FirebaseCore -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FirebaseDatabase -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/FirebaseStorage -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/GTMAppAuth -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/GTMSessionFetcher -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/Gloss -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/GoldRaccoon -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/GoogleToolboxForMac -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/HHServices -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/JPSVolumeButtonHandler -F/Users/Username/Library/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/M13BadgeView …

13
检查UIAlertController是否已经显示的最佳方法是什么?
我有一个tableview,在加载时,每个单元都可能返回一个NSError,我选择将其显示在UIAlertController中。问题是如果返回多个错误,我会在控制台中收到此错误。 警告:尝试在已显示的MessagesMasterVC:0x14e53d800上呈现UIAlertController:0x14e64cb00(空) 理想情况下,我希望在我的UIAlertController扩展方法中进行处理。 class func simpleAlertWithMessage(message: String!) -> UIAlertController { let alertController = UIAlertController(title: nil, message: message, preferredStyle: UIAlertControllerStyle.Alert) let cancel = UIAlertAction(title: "Ok", style: .Cancel, handler: nil) alertController.addAction(cancel) return alertController } 根据matt的回答,我将扩展名更改为UIViewController扩展名,它更加简洁,并节省了许多presentViewController代码。 func showSimpleAlertWithMessage(message: String!) { let alertController = UIAlertController(title: nil, message: message, preferredStyle: UIAlertControllerStyle.Alert) let cancel = UIAlertAction(title: …

10
删除UITableView的单元格突出显示颜色
我想删除uitableview单元格选择的默认蓝色。我不要那里的任何选择颜色。我尚未创建自定义单元格类。我正在通过在其上添加标签和按钮来自定义单元格。我试着做: cell.selectioncolor = [UIColor clearcolor]; 但是它说不推荐使用此方法。


8
Swift-使用哪种类型?NSString或String
随着Swift的推出,我一直在努力使自己适应新的语言 我是iOS开发人员,会NSString, NSInteger, NSDictionary在应用程序中使用诸如此类的类型。我注意到在Apple的“ Swift编程语言”电子书中,他们使用了Swift类型String, Int, Dictionary 我注意到Swift类型没有(或命名不同)Foundation类型具有的某些功能。例如NSString具有一个length属性。但是我不能为Swift找到一个类似的东西String。 我想知道,对于iOS应用程序,我是否仍应使用Foundation类型?
109 ios  objective-c  string  macos  swift 

7
如何完全卸载Xcode并清除所有设置
我有一个我只能认为与Xcode有关的问题,其中我的应用程序要花费75%的时间才能永远运行并使手机崩溃/重启。我尝试使用保存的较旧版本的代码,但是它们具有相同的效果,这是一个月前所没有的。 在过去的几周中,我一直在寻找解决该问题的所有可能方法,但都没有发现任何问题,因此,我想完全卸载Xcode并清除所有设置。但我找不到解决办法。我可以卸载它,但是当我重新安装它时,它仍然具有所有旧设置和项目列表等。如何完全卸载它?
109 ios  xcode  macos  uninstall 

5
iOS 7 TextKit-如何在文本中插入图像?
我正在尝试使用UITextView获得以下效果: 基本上我想在文本之间插入图像。该图像仅占用一排空间,因此不需要包装。 我尝试只是将UIView添加到子视图中: UIView *pictureView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 25, 25)]; [pictureView setBackgroundColor:[UIColor redColor]]; [self.textView addSubview:pictureView]; 但是它似乎漂浮在文本上并覆盖了文本。 我对排除路径进行了一些阅读,这似乎是实现此目的的一种方法。但是,我不想绝对定位图像-相反,它应该随文本一起流动(类似于<span>HTML中的行为)。
109 ios  ios7  textkit 

26
SourceKitService消耗CPU并将Grinds暂停
这不是Beta版问题。我使用的是Xcode 6.0.1,正式版。我遇到的问题是,当我尝试构建或运行我正在处理的代码时,Xcode长时间不响应,并且SourceKitService消耗了超过400%的CPU(根据Activity Monitor)。尽管奇怪的是,自从9月17日正式发布以来,我一直在使用Xcode 6.0,但是最近才升级到6.0.1,希望它包含针对此问题的修复程序。 关于可能的问题有什么想法?
109 ios  iphone  swift  xcode  sourcekit 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.