排行榜

  • 用户榜
  • 标签榜
  • 冲榜分奖金

频道

最新
最热
精华
悬赏
待回答
活动
筛选
  • 0

    回答

最近有个APP,要实现Airpods弹窗类似的效果,就是APP一启动就是一个半透明ViewController,请问这能够实现吗?

  • 0

    回答

IOS项目,升级到了swift5,去警告的时候碰到了个问题 函数是为了生成安全的随机数 下面是代码 var data = Data(count: length) let result = da

  • 0

    回答

1.java的http接口有两个参数,一个字符串,一个MultipartFile图片文件 接口代码如下: ``` @ResponseBody @RequestMapping(value="

  • 0

    回答

![图片说明](https://img-ask.csdn.net/upload/201903/16/1552711495_789286.png)![图片说明](https://img-ask.csdn

  • 0

    回答

就是一bind就无法弹出应用窗口 按照书上 在attributed string 选择了 owner'file 但是运行显示不出来窗口 以下是document的程序 谢谢! imp

  • swift
  • 336
  • 2018-10-16 14:26
  • 0

    回答

let lay = CAReplicatorLayer() lay.bounds = CGRect(x: 0, y: 0, width: 60, height: 60)

  • swift
  • 534
  • 2017-06-24 03:23
  • 0

    回答

请教各位大神,我现在遇到这个问题,在java中,1转成byte后是0 0 0 1,但是在swift中转的byte是1 0 0 0,两边不统一啊,请问各位大神是怎么处理的呢?

  • 0

    回答

创建cell let cell=tableView .dequeueReusableCellWithIdentifier(cellIdenty, forIndexPath: indexPath) a

  • swift
  • 1.4k
  • 2015-12-08 09:47
  • 0

    回答

NSSetUncaughtExceptionHandler swift当中怎么用

回答 __OTime
采纳率6.3%
  • 0

    回答

我想一边录一边保存录音,比如说每 3 秒保存一次成 mp3 或 pcm 档。最后做成串流语音的效果 知道官方接口 Audio Queue Services 的音频队列可以实现,但网上找不到相关范例。

  • 0

    回答

证书什么的都已经完成,在archive过程中,到copying swift standard llibrary这一步出错,具体有写couldn't codesign (后面一串路径) 其他都是些无用信

  • swift
  • 546
  • 2015-06-27 11:34
  • 0

    回答

现rootvc是tabbarcontroller, tabbaritem共有3个。 tabbar的显示样式是通过uiview模拟美化过的,当前选中的tabbaritem有一个白色的背景。 现在需要在当

  • swift
  • 747
  • 2015-06-24 03:59
  • 0

    回答

修改swiftly搜索引擎为https://translate.google.com/?source=osdd#auto/zh-CN/%@ (谷歌翻译搜索引擎)无法达到我的目的,原因是chrome浏览

  • swift
  • 583
  • 2015-05-06 04:46
  • 0

    回答

``` import UIKit let APIKey = "456502f40fcce736c5a32fbb397ff19c" class MapViewControll

  • swift
  • 1.7k
  • 2015-05-05 00:41
  • 0

    回答

我用storyboard创建一个tabBarcontroller,tabBarController对应4个不同的viewController,且每个viewController上加了navigatio

  • swift
  • 903
  • 2015-04-16 06:35
  • 0

    回答

利用CocoasPod在Swift项目中使用CorePlot,最后运行程序时CorePlot源码出现错误,说函数出现问题,只需要0个参数而代码给了3个参数,可是我没有动过源码,有大神知道问题出在哪里么

  • swift
  • 749
  • 2015-03-31 06:05
  • 0

    回答

AVSpeechSynthesizer *tts1; AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithStri

  • swift
  • 921
  • 2015-03-13 17:00
  • 0

    回答

import Cocoa @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { @IBOu

  • swift
  • 858
  • 2015-03-04 07:42
  • 0

    回答

//指定imageView的边框,大小为图片大小 imageV.frame = CGRectMake(0.0, 0.0,image?.size.width,image

  • swift
  • 2.2k
  • 2015-02-11 09:45