240 发简信
IP属地:上海
  • Resize,w 360,h 240
    StoryBoard 为UIView 添加点击事件

    StoryBoard中会自动在左边生成一个Tap Gesture Recognizer:

  • Mac 新安装SVN

    终端输入:brew install subversion 报:-bash: brew: command not found 那么先装 brew,...

  • debug.xcconfig: unable to open file 问题

    解决办法 1,sudo gem install cocoapods --pre 2,pod install

  • 关于DialogFragment 按下回退按键消失的问题

    设置dialog.cancleable(false),无用,需自行监听回退按键的触发,并进行拦截 dialog.setOnKeyListener...

  • Android 9 网络问题

    此文档是个人开发经历,仅保证自己回顾,他人阅读价值较低。。 异常:communication to xxx not permitted by n...

  • Resize,w 360,h 240
    ListView中EditText遇到的问题

    此文档是个人开发经历,仅保证自己回顾,他人阅读价值较低。。 需求:做一个表单填写,在ListView中嵌套EditText进行,其中一项为性别,...